Apply misc fixes to the image2 muxer documentation.
The fixes were pointed out by Diego. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
This commit is contained in:
parent
77d4ed7a12
commit
0cad24ce9b
@ -94,12 +94,13 @@ See also the @code{crc} muxer (@pxref{crc}).
|
|||||||
|
|
||||||
Image file muxer.
|
Image file muxer.
|
||||||
|
|
||||||
This muxer writes video frames to multiple image files specified by a
|
The image file muxer writes video frames to image files.
|
||||||
pattern.
|
|
||||||
|
|
||||||
The pattern may contain the string "%d" or "%0@var{N}d", which
|
The output filenames are specified by a pattern, which can be used to
|
||||||
|
produce sequentially numbered series of files.
|
||||||
|
The pattern may contain the string "%d" or "%0@var{N}d", this string
|
||||||
specifies the position of the characters representing a numbering in
|
specifies the position of the characters representing a numbering in
|
||||||
the filenames. If the form "%d0@var{N}d" is used, the string
|
the filenames. If the form "%0@var{N}d" is used, the string
|
||||||
representing the number in each filename is 0-padded to @var{N}
|
representing the number in each filename is 0-padded to @var{N}
|
||||||
digits. The literal character '%' can be specified in the pattern with
|
digits. The literal character '%' can be specified in the pattern with
|
||||||
the string "%%".
|
the string "%%".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user