Browse code

doc/muxers/image2: apply several formatting changes

Stefano Sabatini authored on 2014/01/08 18:13:15
Showing 1 changed files
... ...
@@ -325,17 +325,19 @@ can be used:
325 325
 ffmpeg -f v4l2 -r 1 -i /dev/video0 -f image2 -strftime 1 "%Y-%m-%d_%H-%M-%S.jpg"
326 326
 @end example
327 327
 
328
+@subsection Options
329
+
328 330
 @table @option
329
-@item start_number @var{number}
330
-Start the sequence from @var{number}. Default value is 1. Must be a
331
-non-negative number.
331
+@item start_number
332
+Start the sequence from the specified number. Default value is 1. Must
333
+be a non-negative number.
332 334
 
333
-@item -update @var{number}
334
-If @var{number} is nonzero, the filename will always be interpreted as just a
335
-filename, not a pattern, and this file will be continuously overwritten with new
336
-images.
335
+@item update
336
+If set to 1, the filename will always be interpreted as just a
337
+filename, not a pattern, and the corresponding file will be continuously
338
+overwritten with new images. Default value is 0.
337 339
 
338
-@item strftime @var{[0|1]}
340
+@item strftime
339 341
 If set to 1, expand the filename with date and time information from
340 342
 @code{strftime()}. Default value is 0.
341 343
 @end table