summaryrefslogtreecommitdiff
path: root/doc/avtools-common-opts.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-09-27 10:37:22 +0200
committerAnton Khirnov <anton@khirnov.net>2011-09-27 15:26:36 +0200
commit3ccd15803bc1dd06cf2646ade92891dada5417ea (patch)
tree494a2b49b64cb3eff661b7aeaba17b40bac88ef6 /doc/avtools-common-opts.texi
parentc7a63a521b5c165405e3577751d649529d09f0c5 (diff)
avconv: add support for copying attachments.
Diffstat (limited to 'doc/avtools-common-opts.texi')
-rw-r--r--doc/avtools-common-opts.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi
index 0f0ecdf943..634b152ccc 100644
--- a/doc/avtools-common-opts.texi
+++ b/doc/avtools-common-opts.texi
@@ -33,9 +33,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: 'v' for video, 'a' for audio, 's' for subtitle and
-'d' for data. If @var{stream_index} is given, then matches stream number
-@var{stream_index} of this type. Otherwise matches all streams of this type.
+@var{stream_type} is one of: 'v' for video, 'a' for audio, 's' for subtitle,
+'d' for data and 't' for attachments. If @var{stream_index} is given, then
+matches stream number @var{stream_index} of this type. Otherwise matches all
+streams of this type.
@item @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.