[FFmpeg-cvslog] doc/muxers/image2: apply several formatting changes

Stefano Sabatini git at videolan.org
Wed Jan 8 10:21:02 CET 2014


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Jan  8 10:13:15 2014 +0100| [2358458a7587715e78e38b32fcef98dc3f5fd728] | committer: Stefano Sabatini

doc/muxers/image2: apply several formatting changes

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2358458a7587715e78e38b32fcef98dc3f5fd728
---

 doc/muxers.texi |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 16223f7..989cb96 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
 
+ at subsection Options
+
 @table @option
- at item start_number @var{number}
-Start the sequence from @var{number}. Default value is 1. Must be a
-non-negative number.
+ at item start_number
+Start the sequence from the specified number. Default value is 1. Must
+be a non-negative number.
 
- at 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.
+ at 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.
 
- at item strftime @var{[0|1]}
+ at item strftime
 If set to 1, expand the filename with date and time information from
 @code{strftime()}. Default value is 0.
 @end table



More information about the ffmpeg-cvslog mailing list