diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2015-03-18 13:40:12 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-03-20 16:10:20 +0100 |
commit | 342fc46c69199b076b7c210f42208ce39a2bde1c (patch) | |
tree | 5ea3a7db00a6f4e8f6e7125d1129bda141eebc06 /doc | |
parent | 30e6abd1a8cc4fd5daf2e23ad2e768862c39e975 (diff) | |
download | ffmpeg-342fc46c69199b076b7c210f42208ce39a2bde1c.tar.gz |
cmdutils: Add a stream specifier to map usable streams
It drops everything that cannot be used for re-encoding and/or
streamcopy.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avtools-common-opts.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi index 8468ecaad1..852d3f8236 100644 --- a/doc/avtools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -48,6 +48,9 @@ Match the stream by stream id (e.g. PID in MPEG-TS container). 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. +@item u +Matches streams with usable configuration, the codec must be defined and the +essential information such as video dimension or audio sample rate must be present. Note that in @command{avconv}, matching by metadata will only work properly for input files. |