Browse code

Apply misc fixes to the image2 muxer documentation.

The fixes were pointed out by Diego.

Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>

Stefano Sabatini authored on 2011/02/03 08:49:07
Showing 1 changed files
... ...
@@ -94,12 +94,13 @@ See also the @code{crc} muxer (@pxref{crc}).
94 94
 
95 95
 Image file muxer.
96 96
 
97
-This muxer writes video frames to multiple image files specified by a
98
-pattern.
97
+The image file muxer writes video frames to image files.
99 98
 
100
-The pattern may contain the string "%d" or "%0@var{N}d", which
99
+The output filenames are specified by a pattern, which can be used to
100
+produce sequentially numbered series of files.
101
+The pattern may contain the string "%d" or "%0@var{N}d", this string
101 102
 specifies the position of the characters representing a numbering in
102
-the filenames. If the form "%d0@var{N}d" is used, the string
103
+the filenames. If the form "%0@var{N}d" is used, the string
103 104
 representing the number in each filename is 0-padded to @var{N}
104 105
 digits. The literal character '%' can be specified in the pattern with
105 106
 the string "%%".