diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-05-20 12:30:16 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-05-20 12:47:27 +0200 |
commit | ea07063fd82686af3fabb45e5ed10aa48d084d61 (patch) | |
tree | 4155a495d1499fe71651e8675ec07491283c1e4a /doc/avtools-common-opts.texi | |
parent | bf3dce6b593826f40dd423a74b44f08bf70cd757 (diff) | |
download | ffmpeg-ea07063fd82686af3fabb45e5ed10aa48d084d61.tar.gz |
cmdutils: allow to specify a stream by its ID.
The stream can be specified as "#129" or "#0x81".
It is especially useful for VOBs dumped from a DVD,
where the language-id mapping is available externally
and the probing can find the streams in a random order.
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 c25b535a9d..8246a7cc8f 100644 --- a/doc/avtools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -41,6 +41,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 #@var{stream_id} +Matches the stream by format-specific ID. @end table @section Generic options |