[FFmpeg-cvslog] img2: document the options available
Luca Barbato
git at videolan.org
Sun Dec 9 13:42:40 CET 2012
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Sat Dec 8 05:49:37 2012 +0100| [18e6f087c4a50bede8449ee164778945480be50c] | committer: Luca Barbato
img2: document the options available
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18e6f087c4a50bede8449ee164778945480be50c
---
doc/demuxers.texi | 13 +++++++++++++
doc/muxers.texi | 5 +++++
2 files changed, 18 insertions(+)
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index c3049dd..2d5c425 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -64,6 +64,19 @@ Note that the pattern must not necessarily contain "%d" or
avconv -i img.jpeg img.png
@end example
+ at table @option
+ at item -pixel_format @var{format}
+Set the pixel format (for raw image)
+ at item -video_size @var{size}
+Set the frame size (for raw image)
+ at item -framerate @var{rate}
+Set the frame rate
+ at item -loop @var{bool}
+Loop over the images
+ at item -start_number @var{start}
+Specify the first number in the sequence
+ at end table
+
@section applehttp
Apple HTTP Live Streaming demuxer.
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 4104137..4973f1a 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -168,6 +168,11 @@ Note also that the pattern must not necessarily contain "%d" or
avconv -i in.avi -f image2 -frames:v 1 img.jpeg
@end example
+ at table @option
+ at item -start_number @var{number}
+Start the sequence from @var{number}.
+ at end table
+
@section MOV/MP4/ISMV
The mov/mp4/ismv muxer supports fragmentation. Normally, a MOV/MP4
More information about the ffmpeg-cvslog
mailing list