On 10/09/14 19:28, Diego Biurrun wrote:
> Bug-Id: 661
> CC: libav-sta...@libav.org
> ---
>  doc/avconv.texi | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/doc/avconv.texi b/doc/avconv.texi
> index 1156176..37733bc 100644
> --- a/doc/avconv.texi
> +++ b/doc/avconv.texi
> @@ -1129,11 +1129,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:
> 

Probably fine

lu
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to