aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-09-15 22:03:26 +0200
committerAnton Khirnov <anton@khirnov.net>2024-09-18 11:01:02 +0200
commit0c9fe2b232682b0ff21b15a721005d00dd9d3d37 (patch)
tree80a3ffba1cdbc014d7086cd55b78873cbe47e2f8 /doc
parent8875da347a5492f8905443b6839510e502e2cbd1 (diff)
downloadffmpeg-0c9fe2b232682b0ff21b15a721005d00dd9d3d37.tar.gz
fftools/cmdutils: extend stream specifiers to match by disposition
Diffstat (limited to 'doc')
-rw-r--r--doc/fftools-common-opts.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index 1974d79a4c..4e48789def 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -79,6 +79,10 @@ 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 disp:@var{dispositions}[:@var{additional_stream_specifier}]
+Matches streams with the given disposition(s). @var{dispositions} is a list of
+one or more dispositions (as printed by the @option{-dispositions} option)
+joined with '+'.
@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.