Lindeni Forum

Full Version: How to enable low framerate mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I change the encoder framerate using AW_MPI_VENC_SetFrameRate() it tells me I have to 'enable soft frame rate control'.  How do I do that?

I am working with code that optimizes the bandwidth used on a network connection by varying the output framerate from the encoder.  Admittedly, it sets some 'weird' combinations.  My source is always 30fps but the optimization code might ask for 17fps from the encoder, for instance.  Is this allowed?

Here is an example of the warning message:
<VideoEncSetFrameRate>        Low framerate mode, dst:17, src:30, enable soft frame rate control!
Tt is OK! It means that frame rate control is enable,and it tell u it the software ways to do this.