diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2021-05-29 14:27:34 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2021-06-02 10:46:04 +0530 |
commit | 071930de724166bfb90fc6d368c748771188fd94 (patch) | |
tree | 23742d9de807a3ebc92b1ff61c5694a9b877f6d4 /doc/demuxers.texi | |
parent | 127c40c9ca90dfe03cde0181f1e6654813a4b2b7 (diff) | |
download | ffmpeg-071930de724166bfb90fc6d368c748771188fd94.tar.gz |
avformat/mov: add option to use tfdt for fragment timestamps.
Diffstat (limited to 'doc/demuxers.texi')
-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 2575dad704..808b1f3090 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -665,6 +665,12 @@ Set mfra timestamps as PTS Don't use mfra box to set timestamps @end table +@item use_tfdt +For fragmented input, set fragment's starting timestamp to @code{baseMediaDecodeTime} from the @code{tfdt} box. +Default is disabled, which will preferentially use the @code{earliest_presentation_time} from the @code{sidx} box. +In either case, the timestamp from the @code{mfra} box will be used if it's available and @code{use_mfra_for} is +set to pts or dts. + @item export_all Export unrecognized boxes within the @var{udta} box as metadata entries. The first four characters of the box type are set as the key. Default is false. |