Commit c132b77f authored by diego's avatar diego

Update the FAQ with the current status of image formats.

patch by Michel Bardiaux, mbardiaux at mediaxim dot be


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6075 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 117af76e
...@@ -21,7 +21,7 @@ documentation. ...@@ -21,7 +21,7 @@ documentation.
If the JPEGs are named img1.jpg, img2.jpg, img3.jpg,..., use: If the JPEGs are named img1.jpg, img2.jpg, img3.jpg,..., use:
@example @example
ffmpeg -i img%d.jpg /tmp/a.mpg ffmpeg -f image2 -i img%d.jpg /tmp/a.mpg
@end example @end example
@samp{%d} is replaced by the image number. @samp{%d} is replaced by the image number.
...@@ -30,6 +30,8 @@ If the JPEGs are named img1.jpg, img2.jpg, img3.jpg,..., use: ...@@ -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. 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? @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: No, there are more; they are listed among the video codecs:
...@@ -136,7 +138,7 @@ to Subversion HEAD". ...@@ -136,7 +138,7 @@ to Subversion HEAD".
@section -f jpeg doesn't work. @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? @section Why can I not change the framerate?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment