diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-03-12 18:01:48 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-03-13 11:59:34 +0100 |
commit | 81498ceb5b2d1f72a3fd694849b1feaffc301e56 (patch) | |
tree | a82c257adaaf53dac38ada91d405d26fa9cbe270 /doc/avtools-common-opts.texi | |
parent | 6998a9f4c4e069f515c50614179f4cfc7d0184f5 (diff) | |
download | ffmpeg-81498ceb5b2d1f72a3fd694849b1feaffc301e56.tar.gz |
avconv: Match stream id
Quite useful to select by pid in MPEG-TS.
Diffstat (limited to 'doc/avtools-common-opts.texi')
-rw-r--r-- | doc/avtools-common-opts.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi index 156319ec4a..3bf321f36d 100644 --- a/doc/avtools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -42,6 +42,8 @@ streams of this type. @item p:@var{program_id}[:@var{stream_index}] If @var{stream_index} is given, then matches stream number @var{stream_index} in program with id @var{program_id}. Otherwise matches all streams in this program. +@item i:@var{stream_id} +Match the stream by stream id (e.g. PID in MPEG-TS container). @end table @section Generic options |