fixed framerates

Originally committed as revision 3453 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-09-12 16:46:15 +00:00
parent 3924dac4c8
commit 7346831883
1 changed files with 5 additions and 0 deletions

View 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 ?