diff options
author | Marton Balint <cus@passwd.hu> | 2015-10-24 17:16:11 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2015-11-25 00:34:29 +0100 |
commit | 65406b0bedb4cbd9ce82aae45994362ec5b01df1 (patch) | |
tree | 24692774fb7c79a9cb682ee89ac33a84d9c0419d /doc | |
parent | ba9191ab3a51e2127ecf915dc0d803500b7cbcf0 (diff) | |
download | ffmpeg-65406b0bedb4cbd9ce82aae45994362ec5b01df1.tar.gz |
concatdec: add option for adding segment start time and duration metadata
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/demuxers.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 34bfc9bf38..349b531357 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -204,6 +204,14 @@ Currently, the only conversion is adding the h264_mp4toannexb bitstream filter to H.264 streams in MP4 format. This is necessary in particular if there are resolution changes. +@item segment_time_metadata +If set to 1, every packet will contain the @var{lavf.concat.start_time} and the +@var{lavf.concat.duration} packet metadata values which are the start_time and +the duration of the respective file segments in the concatenated output +expressed in microseconds. The duration metadata is only set if it is known +based on the concat file. +The default is 0. + @end table @section flv |