[SCM] libav/wheezy-security: doc: Fix syntax and logical errors in avconv stream combination example

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Oct 19 20:18:11 UTC 2014


The following commit has been merged in the wheezy-security branch:
commit f661006f235fa58bc756610cdc76c662ac0fab5f
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Sep 10 18:38:15 2014 +0200

    doc: Fix syntax and logical errors in avconv stream combination example
    
    Bug-Id: 661
    CC: libav-stable at libav.org
    (cherry picked from commit 775a0b04f0cf8102fe322b2ee03fe1a0633dea04)
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

diff --git a/doc/avconv.texi b/doc/avconv.texi
index 0a83326..aed16ce 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -1021,11 +1021,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.
 
 @end itemize
 @c man end EXAMPLES

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list