summaryrefslogtreecommitdiff
path: root/doc/avconv.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-08-12 16:51:28 +0000
committerAnton Khirnov <anton@khirnov.net>2014-08-13 17:24:18 +0000
commit481a3667495425db9fdffb653292b6460fb68208 (patch)
tree5611cb00cce6341ee13d26710504090f3734ddd6 /doc/avconv.texi
parent8ddc32629a6d6be77256694c9e322dde134609f3 (diff)
cmdutils: allow matching by metadata in stream specifiers
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r--doc/avconv.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi
index 6efec55978..11561768e1 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -720,6 +720,11 @@ To map all the streams except the second audio, use negative mappings
avconv -i INPUT -map 0 -map -0:a:1 OUTPUT
@end example
+To pick the English audio stream:
+@example
+avconv -i INPUT -map 0:m:language:eng OUTPUT
+@end example
+
Note that using this option disables the default mappings for this output file.
@item -map_metadata[:@var{metadata_spec_out}] @var{infile}[:@var{metadata_spec_in}] (@emph{output,per-metadata})