diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-08-08 12:11:59 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-08-21 17:44:35 +0200 |
commit | 5ae3563359cd8319311eaff3c78ce67c295916d0 (patch) | |
tree | 07255dd549cab11679dd1a3eb57bcb706017d108 /doc/muxers.texi | |
parent | e6876c7b7b5524fcb6acadf711cda592687402f7 (diff) | |
download | ffmpeg-5ae3563359cd8319311eaff3c78ce67c295916d0.tar.gz |
lavf/tee: add special select option
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 52da73e955..c9c4416bc1 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -871,6 +871,11 @@ separated by @code{/}. If the stream specifier is not specified, the bistream filters will be applied to all streams in the output. Several bitstream filters can be specified, separated by ",". + +@item select +Select the streams that should be mapped to the slave output, +specified by a stream specifier. If not specified, this defaults to +all the input streams. @end table Example: encode something and both archive it in a WebM file and stream it |