4 Aug 2012 18:40
[PATCH] doc/muxers: itemize image2 examples and put them in a dedicated subsection
Stefano Sabatini <stefasab <at> gmail.com>
2012-08-04 16:40:07 GMT
2012-08-04 16:40:07 GMT
---
doc/demuxers.texi | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 7e6d078..b1667c4 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
<at> <at> -83,25 +83,31 <at> <at> Set the video size of the images to read. If not specified the pixel
format is guessed from the first image file in the sequence.
<at> end table
-The following example shows how to use <at> command{ffmpeg} for creating a
-video from the images in the file sequence <at> 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 <at> command{ffmpeg} for creating a video from the images in the file
+sequence <at> file{img-001.jpeg}, <at> file{img-002.jpeg}, ..., assuming an
+input frame rate of 10 frames per second:
<at> example
ffmpeg -i 'img-%03d.jpeg' -r 10 out.mkv
<at> end example
+ <at> item
As above, but start by reading from a file with index 100 in the sequence:
<at> example
(Continue reading)
RSS Feed