diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-09-12 16:46:15 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-09-12 16:46:15 +0000 |
commit | 7346831883790f879bc6003a85386b90e12fe33f (patch) | |
tree | 54691b14bd3769b84e9aa39da14544e0fa931f49 /doc | |
parent | 3924dac4c816740b5cedb27364f6d41a6e9bf540 (diff) | |
download | ffmpeg-7346831883790f879bc6003a85386b90e12fe33f.tar.gz |
fixed framerates
Originally committed as revision 3453 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 21c8500710..a58a5c0146 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 ? |