diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-14 01:00:49 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-14 01:00:49 +0200 |
commit | 082d52354f77a8cc5423a879ce9123dc3d7055cd (patch) | |
tree | ecda00620aad9c83e3ebd47b218ad0875ffe04c3 | |
parent | b8e4c11d93326cd86278d012c28e54dca0a06cef (diff) | |
download | ffmpeg-082d52354f77a8cc5423a879ce9123dc3d7055cd.tar.gz |
doc: fix toolname
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/ffmpeg.texi | 2 | ||||
-rw-r--r-- | doc/fftools-common-opts.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 158f4ed6cc..23ef668328 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -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. diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index 6ee6292c5f..6e6834cdfe 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -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 |