aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-09-10 18:38:15 +0200
committerDiego Biurrun <diego@biurrun.de>2014-09-10 12:08:22 -0700
commit9920a8a83f578821e00212da6b79c8997a725fa8 (patch)
tree79a2f08efae38fa5759eab9074bfefcfcfe1e8fb
parent124ec8b1303d4f29b833099ce9008e31ac6d7c86 (diff)
downloadffmpeg-9920a8a83f578821e00212da6b79c8997a725fa8.tar.gz
doc: Fix syntax and logical errors in avconv stream combination example
Bug-Id: 661 CC: libav-stable@libav.org (cherry picked from commit 775a0b04f0cf8102fe322b2ee03fe1a0633dea04) Signed-off-by: Diego Biurrun <diego@biurrun.de>
-rw-r--r--doc/avconv.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi
index 7341d2fda6..d393383829 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -1039,11 +1039,11 @@ only formats accepting a normal integer are suitable.
You can put many streams of the same type in the output:
@example
-avconv -i test1.avi -i test2.avi -map 0.3 -map 0.2 -map 0.1 -map 0.0 -c copy test12.nut
+avconv -i test1.avi -i test2.avi -map 1:1 -map 1:0 -map 0:1 -map 0:0 -c copy -y test12.nut
@end example
-The resulting output file @file{test12.avi} will contain first four streams from
-the input file in reverse order.
+The resulting output file @file{test12.nut} will contain the first four streams
+from the input files in reverse order.
@item
To force CBR video output: