mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
doc/muxers/image2: apply several formatting changes
This commit is contained in:
parent
6a99ecb84e
commit
2358458a75
@ -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"
|
ffmpeg -f v4l2 -r 1 -i /dev/video0 -f image2 -strftime 1 "%Y-%m-%d_%H-%M-%S.jpg"
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
@subsection Options
|
||||||
|
|
||||||
@table @option
|
@table @option
|
||||||
@item start_number @var{number}
|
@item start_number
|
||||||
Start the sequence from @var{number}. Default value is 1. Must be a
|
Start the sequence from the specified number. Default value is 1. Must
|
||||||
non-negative number.
|
be a non-negative number.
|
||||||
|
|
||||||
@item -update @var{number}
|
@item update
|
||||||
If @var{number} is nonzero, the filename will always be interpreted as just a
|
If set to 1, the filename will always be interpreted as just a
|
||||||
filename, not a pattern, and this file will be continuously overwritten with new
|
filename, not a pattern, and the corresponding file will be continuously
|
||||||
images.
|
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
|
If set to 1, expand the filename with date and time information from
|
||||||
@code{strftime()}. Default value is 0.
|
@code{strftime()}. Default value is 0.
|
||||||
@end table
|
@end table
|
||||||
|
Loading…
Reference in New Issue
Block a user