Lindeni Forum
How to enable low framerate mode - Printable Version

+- Lindeni Forum (http://forum.lindeni.org)
+-- Forum: Lindenis V5 (http://forum.lindeni.org/forumdisplay.php?fid=5)
+--- Forum: General Discussion on Lindenis V5 (http://forum.lindeni.org/forumdisplay.php?fid=6)
+--- Thread: How to enable low framerate mode (/showthread.php?tid=17)



How to enable low framerate mode - tylerjbrooks - 10-21-2018

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!


RE: How to enable low framerate mode - Michael - 10-22-2018

Tt is OK! It means that frame rate control is enable,and it tell u it the software ways to do this.