1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

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

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 ?