summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2014-01-08 10:13:15 +0100
committerStefano Sabatini <stefasab@gmail.com>2014-01-08 10:20:42 +0100
commit2358458a7587715e78e38b32fcef98dc3f5fd728 (patch)
treec35ba2fac1e53fe99ace1fa303ee6cce849490b1 /doc
parent6a99ecb84e6de16b585f8a3b3c566026c1f100b8 (diff)
doc/muxers/image2: apply several formatting changes
Diffstat (limited to 'doc')
-rw-r--r--doc/muxers.texi18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 16223f7a8f..989cb96f6d 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -325,17 +325,19 @@ can be used:
ffmpeg -f v4l2 -r 1 -i /dev/video0 -f image2 -strftime 1 "%Y-%m-%d_%H-%M-%S.jpg"
@end example
+@subsection Options
+
@table @option
-@item start_number @var{number}
-Start the sequence from @var{number}. Default value is 1. Must be a
-non-negative number.
+@item start_number
+Start the sequence from the specified number. Default value is 1. Must
+be a non-negative number.
-@item -update @var{number}
-If @var{number} is nonzero, the filename will always be interpreted as just a
-filename, not a pattern, and this file will be continuously overwritten with new
-images.
+@item update
+If set to 1, the filename will always be interpreted as just a
+filename, not a pattern, and the corresponding file will be continuously
+overwritten with new images. Default value is 0.
-@item strftime @var{[0|1]}
+@item strftime
If set to 1, expand the filename with date and time information from
@code{strftime()}. Default value is 0.
@end table