diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-24 00:04:56 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-24 00:05:23 +0100 |
commit | 3788b8dbe698384d0167c9f79242d9076168f178 (patch) | |
tree | 202fbf9d01e1a69eb7a749e2cf7f37cf56941a73 /doc/demuxers.texi | |
parent | 5dfbecb3a37423227d7739983b7289bd05feab8c (diff) | |
parent | c0c1fe797cdfa9188c0415a2570e61bf0964ab1c (diff) | |
download | ffmpeg-3788b8dbe698384d0167c9f79242d9076168f178.tar.gz |
Merge remote-tracking branch 'cigaes/master'
* cigaes/master:
lavu: add myself as dynarray.h maintainer.
ffmpeg: sub2video: send a last blank frame before closing.
tools: add dvd2concat.
lavf/concatdec: allow to match streams by id.
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 1ea796bfce..ada8644b76 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -74,7 +74,7 @@ following directive is recognized: Path to a file to read; special characters and spaces must be escaped with backslash or single quotes. -All subsequent directives apply to that file. +All subsequent file-related directives apply to that file. @item @code{ffconcat version 1.0} Identify the script type and version. It also sets the @option{safe} option @@ -92,6 +92,22 @@ file is not available or accurate. If the duration is set for all files, then it is possible to seek in the whole concatenated video. +@item @code{stream} +Introduce a stream in the virtual file. +All subsequent stream-related directives apply to the last introduced +stream. +Some streams properties must be set in order to allow identifying the +matching streams in the subfiles. +If no streams are defined in the script, the streams from the first file are +copied. + +@item @code{exact_stream_id @var{id}} +Set the id of the stream. +If this directive is given, the string with the corresponding id in the +subfiles will be used. +This is especially useful for MPEG-PS (VOB) files, where the order of the +streams is not reliable. + @end table @subsection Options |