2025-07-23 12:09 AM
Hi everyone,
I am currently working on the VENC_RTSP_SERVER example. I have successfully run it and captured video using ffplay. However, it is recording at 960x720 @ 20fps. I am trying to reduce the resolution to 480x480.
To do this, I modified the MX_DCMIPP() function and also changed encoder_prepare(960, 720) to encoder_prepare(480, 480). After that, I also attempted to adjust some variables like ewl_pool, VENC_OUTPUT_BLOCK_SIZE, and VENC_OUTPUT_BLOCK_NBR. But I am only getting feed like this -
Kindly help