[FFmpeg-cvslog] doc/demuxers: itemize image2 examples and put them in a dedicated subsection
Stefano Sabatini
git at videolan.org
Thu Aug 9 00:22:49 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Aug 4 18:33:19 2012 +0200| [0325e01fe795ef4eb2a21688e3e12191e9582e56] | committer: Stefano Sabatini
doc/demuxers: itemize image2 examples and put them in a dedicated subsection
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0325e01fe795ef4eb2a21688e3e12191e9582e56
---
doc/demuxers.texi | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index d96fe71..f97c1ef 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -71,18 +71,23 @@ Set the video size of the images to read. If not specified the video
size is guessed from the first image file in the sequence.
@end table
-The following example shows how to use @command{ffmpeg} for creating a
-video from the images in the file sequence @file{img-001.jpeg},
- at file{img-002.jpeg}, ..., assuming an input frame rate of 10 frames per
-second:
+ at subsection Examples
+
+ at itemize
+ at item
+Use @command{ffmpeg} for creating a video from the images in the file
+sequence @file{img-001.jpeg}, @file{img-002.jpeg}, ..., assuming an
+input frame rate of 10 frames per second:
@example
ffmpeg -i 'img-%03d.jpeg' -r 10 out.mkv
@end example
+ at item
As above, but start by reading from a file with index 100 in the sequence:
@example
ffmpeg -start_number 100 -i 'img-%03d.jpeg' -r 10 out.mkv
@end example
+ at end itemize
Note that the pattern must not necessarily contain "%d" or
"%0 at var{N}d", for example to convert a single image file
More information about the ffmpeg-cvslog
mailing list