summaryrefslogtreecommitdiff
path: root/doc/demuxers.texi
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-12-08 05:49:37 +0100
committerLuca Barbato <lu_zero@gentoo.org>2012-12-08 17:04:23 +0100
commit18e6f087c4a50bede8449ee164778945480be50c (patch)
treea2457db77dc5c4b68226b1b1be4ef0119d203d17 /doc/demuxers.texi
parent3c3a580f93c9bb2d579ba0c87f4c704785641744 (diff)
img2: document the options available
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r--doc/demuxers.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index c3049ddfc4..2d5c425922 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
+@table @option
+@item -pixel_format @var{format}
+Set the pixel format (for raw image)
+@item -video_size @var{size}
+Set the frame size (for raw image)
+@item -framerate @var{rate}
+Set the frame rate
+@item -loop @var{bool}
+Loop over the images
+@item -start_number @var{start}
+Specify the first number in the sequence
+@end table
+
@section applehttp
Apple HTTP Live Streaming demuxer.