Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2015-07-02 20:56:25 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-17 01:12:04 +0300
commit7ff0137a1f3bd6b12ca0c55303085ef3128ded98 (patch)
treec173a20da85e1d6d2d4d293031646f3a3835319b /doc/demuxers.texi
parent53f2ef2c4afb1d49a679dea9163cb0e4671f3117 (diff)
concatdec: add support for specifying inpoint of files
Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r--doc/demuxers.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 35a1561439..27a9409db9 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -112,6 +112,23 @@ 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{inpoint @var{timestamp}}
+In point of the file. When the demuxer opens the file it instantly seeks to the
+specified timestamp. Seeking is done so that all streams can be presented
+successfully at In point.
+
+This directive works best with intra frame codecs, because for non-intra frame
+ones you will usually get extra packets before the actual In point and the
+decoded content will most likely contain frames before In point too.
+
+For each file, packets before the file In point will have timestamps less than
+the calculated start timestamp of the file (negative in case of the first
+file), and the duration of the files (if not specified by the @code{duration}
+directive) will be reduced based on their specified In point.
+
+Because of potential packets before the specified In point, packet timestamps
+may overlap between two concatenated files.
+
@item @code{stream}
Introduce a stream in the virtual file.
All subsequent stream-related directives apply to the last introduced