From: Michael Niedermayer Date: Sun, 12 Sep 2004 16:46:15 +0000 (+0000) Subject: fixed framerates X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7346831883790f879bc6003a85386b90e12fe33f;p=ffmpeg fixed framerates Originally committed as revision 3453 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/doc/faq.texi b/doc/faq.texi index 21c8500710e..a58a5c01461 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -120,6 +120,11 @@ to cvs". try '-f image -img jpeg test%d.jpg' +@section i cant change the framerate + +some codecs, like mpeg1/2 only allow a small number of fixed framerates, +choose a different codec with -vcodec + @chapter Development @section Are there examples of use of the FFmpeg libraries libavcodec and libavformat ?