]> git.sesse.net Git - ffmpeg/commitdiff
fixed framerates
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 12 Sep 2004 16:46:15 +0000 (16:46 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 12 Sep 2004 16:46:15 +0000 (16:46 +0000)
Originally committed as revision 3453 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/faq.texi

index 21c8500710e8c1ad5b875daf1e8275bf48624362..a58a5c0146195ae99c803e3d620a42c2738f4183 100644 (file)
@@ -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 ?