[Ffmpeg-cvslog] r6075 - trunk/doc/faq.texi
diego
subversion
Thu Aug 24 16:03:09 CEST 2006
Author: diego
Date: Thu Aug 24 16:03:08 2006
New Revision: 6075
Modified:
trunk/doc/faq.texi
Log:
Update the FAQ with the current status of image formats.
patch by Michel Bardiaux, mbardiaux at mediaxim dot be
Modified: trunk/doc/faq.texi
==============================================================================
--- trunk/doc/faq.texi (original)
+++ trunk/doc/faq.texi Thu Aug 24 16:03:08 2006
@@ -21,7 +21,7 @@
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 @@
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 @@
@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?
More information about the ffmpeg-cvslog
mailing list