diff options
author | Michel Bardiaux <mbardiaux@peaktime.be> | 2006-08-24 14:03:08 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-08-24 14:03:08 +0000 |
commit | a9d21e7830d88d960f9ffabdf32c4627ce3e14ee (patch) | |
tree | d785d49706cf0b7791247d0fd9865461d88aa091 /doc/faq.texi | |
parent | 92c5cb62b0cd4a9382e0230921a91fb437e78169 (diff) | |
download | ffmpeg-a9d21e7830d88d960f9ffabdf32c4627ce3e14ee.tar.gz |
Update the FAQ with the current status of image formats.
patch by Michel Bardiaux, mbardiaux at mediaxim dot be
Originally committed as revision 6075 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 64b46faee4..fd44934402 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -21,7 +21,7 @@ documentation. If the JPEGs are named img1.jpg, img2.jpg, img3.jpg,..., use: @example - ffmpeg -i img%d.jpg /tmp/a.mpg + ffmpeg -f image2 -i img%d.jpg /tmp/a.mpg @end example @samp{%d} is replaced by the image number. @@ -30,6 +30,8 @@ If the JPEGs are named img1.jpg, img2.jpg, img3.jpg,..., use: The same system is used for the other image formats. +(Note: you need -f image2 for all image formats except GIF; see next section). + @section Only GIF is listed by -format. Is that the only accepted image format? No, there are more; they are listed among the video codecs: @@ -136,7 +138,7 @@ to Subversion HEAD". @section -f jpeg doesn't work. -Try '-f image -img jpeg test%d.jpg'. +Try '-f image2 test%d.jpg'. @section Why can I not change the framerate? |