diff options
author | Marton Balint <cus@passwd.hu> | 2015-08-31 21:22:46 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2015-09-02 21:35:21 +0200 |
commit | 26a0cd1b4b093f3f6e4f15d28a282ec45b87bb98 (patch) | |
tree | 141ac833a9543c903fa7edeb1d136758a383b415 /doc/fftools-common-opts.texi | |
parent | 863522431fb2fc7d35fce582fcaacdcf37fc3c44 (diff) | |
download | ffmpeg-26a0cd1b4b093f3f6e4f15d28a282ec45b87bb98.tar.gz |
lavf: add V as a video stream specifier which is not an attached picture
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/fftools-common-opts.texi')
-rw-r--r-- | doc/fftools-common-opts.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index 3b8581368d..509c8bca7c 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -36,8 +36,10 @@ Possible forms of stream specifiers are: Matches the stream with this index. E.g. @code{-threads:1 4} would set the thread count for the second stream to 4. @item @var{stream_type}[:@var{stream_index}] -@var{stream_type} is one of following: 'v' for video, 'a' for audio, 's' for subtitle, -'d' for data, and 't' for attachments. If @var{stream_index} is given, then it matches +@var{stream_type} is one of following: 'v' or 'V' for video, 'a' for audio, 's' +for subtitle, 'd' for data, and 't' for attachments. 'v' matches all video +streams, 'V' only matches video streams which are not attached pictures, video +thumbnails or cover arts. If @var{stream_index} is given, then it matches stream number @var{stream_index} of this type. Otherwise, it matches all streams of this type. @item p:@var{program_id}[:@var{stream_index}] |