Browse code

doc: fix toolname

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2014/08/14 08:00:49
Showing 2 changed files
... ...
@@ -823,7 +823,7 @@ ffmpeg -i INPUT -map 0 -map -0:a:1 OUTPUT
823 823
 
824 824
 To pick the English audio stream:
825 825
 @example
826
-avconv -i INPUT -map 0:m:language:eng OUTPUT
826
+ffmpeg -i INPUT -map 0:m:language:eng OUTPUT
827 827
 @end example
828 828
 
829 829
 Note that using this option disables the default mappings for this output file.
... ...
@@ -51,7 +51,7 @@ Matches streams with the metadata tag @var{key} having the specified value. If
51 51
 @var{value} is not given, matches streams that contain the given tag with any
52 52
 value.
53 53
 
54
-Note that in @command{avconv}, matching by metadata will only work properly for
54
+Note that in @command{ffmpeg}, matching by metadata will only work properly for
55 55
 input files.
56 56
 @end table
57 57