summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJun Zhao <barryjzhao@tencent.com>2019-07-21 12:36:21 +0800
committerJun Zhao <barryjzhao@tencent.com>2019-08-08 18:00:37 +0800
commite317c255f6510b8f6ef3a2b41eb2c47d623e83f7 (patch)
treee9f52b20def6560d442bc3b773dc66122860c46e /doc
parente512d893bfcf6eb0fb60a7601ba1b02d8b44452a (diff)
doc/ffmpeg: Document dts_error_threshold option
Document dts_error_threshold option. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index cd35eb49c8..1da18d9d0b 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1515,6 +1515,10 @@ Enable bitexact mode for (de)muxer and (de/en)coder
Finish encoding when the shortest input stream ends.
@item -dts_delta_threshold
Timestamp discontinuity delta threshold.
+@item -dts_error_threshold @var{seconds}
+Timestamp error delta threshold. This threshold use to discard crazy/damaged
+timestamps and the default is 30 hours which is arbitrarily picked and quite
+conservative.
@item -muxdelay @var{seconds} (@emph{output})
Set the maximum demux-decode delay.
@item -muxpreload @var{seconds} (@emph{output})