diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-03-05 17:14:27 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-03-06 16:58:38 +0100 |
commit | 87a954d6f4e3cfbd533ac381e95df96683070397 (patch) | |
tree | d8e2afc605185a28f7f30aa4f721bae8d4d4aab6 | |
parent | 188c08247742e3d5b4ab20a9c009ac98e5c1e8bb (diff) | |
download | ffmpeg-87a954d6f4e3cfbd533ac381e95df96683070397.tar.gz |
lavf/concat: document the use of the files durations.
Address trac ticket #2319.
-rw-r--r-- | doc/demuxers.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index c8eec219e8..f9c86e76c7 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -44,6 +44,12 @@ length. All files must have the same streams (same codecs, same time base, etc.). +The duration of each file is used to adjust the timestamps of the next file: +if the duration is incorrect (because it was computed using the bit-rate or +because the file is truncated, for example), it can cause artifacts. The +@code{duration} directive can be used to override the duration stored in +each file. + @subsection Syntax The script is a text file in extended-ASCII, with one directive per line. |