mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
doc: fix toolname
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b8e4c11d93
commit
082d52354f
2 changed files with 2 additions and 2 deletions
|
|
@ -823,7 +823,7 @@ ffmpeg -i INPUT -map 0 -map -0:a:1 OUTPUT
|
|||
|
||||
To pick the English audio stream:
|
||||
@example
|
||||
avconv -i INPUT -map 0:m:language:eng OUTPUT
|
||||
ffmpeg -i INPUT -map 0:m:language:eng OUTPUT
|
||||
@end example
|
||||
|
||||
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
|
|||
@var{value} is not given, matches streams that contain the given tag with any
|
||||
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.
|
||||
@end table
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue