[FFmpeg-cvslog] Apply misc fixes to the image2 muxer documentation.

Stefano Sabatini git
Wed Feb 9 04:00:10 CET 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Thu Feb  3 00:49:07 2011 +0100| [a1cdf548a21faf15023bc17c455a0785ff1e7e0b] | committer: Michael Niedermayer

Apply misc fixes to the image2 muxer documentation.

The fixes were pointed out by Diego.

Signed-off-by: Janne Grunau <janne-ffmpeg at jannau.net>
(cherry picked from commit 0cad24ce9b02037c9cdad84cae905f96b04d7d4c)

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

 doc/muxers.texi |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 9e824bf..e7cfc4a 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -94,12 +94,13 @@ See also the @code{crc} muxer (@pxref{crc}).
 
 Image file muxer.
 
-This muxer writes video frames to multiple image files specified by a
-pattern.
+The image file muxer writes video frames to image files.
 
-The pattern may contain the string "%d" or "%0 at 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 at var{N}d", this string
 specifies the position of the characters representing a numbering in
-the filenames. If the form "%d0 at var{N}d" is used, the string
+the filenames. If the form "%0 at var{N}d" is used, the string
 representing the number in each filename is 0-padded to @var{N}
 digits. The literal character '%' can be specified in the pattern with
 the string "%%".




More information about the ffmpeg-cvslog mailing list