This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[dm6467] h264enc and decresing frame rate

Hello, 

I try to modify the encode demo software in order to meet my requirements. Basicaly I would like to decrease the standard frame rate factor which by default is ~ 30fps. Desired value is 1-2 fps. I tried to force this value by setting the params->maxFrameRate = 1000, dynParams->targetFrameRate = 1000, dynParams->refFrameRate = 1000 members but it didn't make any difference.

Do you have any experience or hints in this field?

Thanks in advance for your engagement,

  • Just trying to modify the codec frameRate paramter will not make a difference. This is because the codec is still fed 30 fps per second by the capture and it keeps on encoding the frames at 1fps@given bitrate. End of it, you will just see a stream which is encoded at 30fps with large bitrate (as the bitrate provided was for 1 fps ). You need to modify the capture rate so that the codec is fed with the correct frame rate. I will move the post to Linux forum, someone may help there.

    regards

    Yashwant