summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-11 03:57:33 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-11 03:57:33 +0100
commit80e5c51d7324f651d3591a62c11f412596be4240 (patch)
tree69e887a90214caadd084e2d24f60ae1dde93e6ba /doc/ffmpeg.texi
parent7eafd274d85f03bccb805dd8a5185392c9dc36b7 (diff)
doc: fix a -map syntax in one command line example.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index d39ad2276d..c80f6eb753 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1252,7 +1252,7 @@ ffmpeg -f image2 -pattern_type glob -i 'foo-*.jpeg' -r 12 -s WxH foo.avi
You can put many streams of the same type in the output:
@example
-ffmpeg -i test1.avi -i test2.avi -map 0.3 -map 0.2 -map 0.1 -map 0.0 -c copy test12.nut
+ffmpeg -i test1.avi -i test2.avi -map 0:3 -map 0:2 -map 0:1 -map 0:0 -c copy test12.nut
@end example
The resulting output file @file{test12.avi} will contain first four streams from