Commit 082d5235 authored by Michael Niedermayer's avatar Michael Niedermayer

doc: fix toolname

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b8e4c11d
...@@ -823,7 +823,7 @@ ffmpeg -i INPUT -map 0 -map -0:a:1 OUTPUT ...@@ -823,7 +823,7 @@ ffmpeg -i INPUT -map 0 -map -0:a:1 OUTPUT
To pick the English audio stream: To pick the English audio stream:
@example @example
avconv -i INPUT -map 0:m:language:eng OUTPUT ffmpeg -i INPUT -map 0:m:language:eng OUTPUT
@end example @end example
Note that using this option disables the default mappings for this output file. 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,7 +51,7 @@ Matches streams with the metadata tag @var{key} having the specified value. If
@var{value} is not given, matches streams that contain the given tag with any @var{value} is not given, matches streams that contain the given tag with any
value. value.
Note that in @command{avconv}, matching by metadata will only work properly for Note that in @command{ffmpeg}, matching by metadata will only work properly for
input files. input files.
@end table @end table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment