summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2021-01-23 16:41:40 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2021-01-23 16:43:51 +0530
commitd8a585d4d5c0589b419ccacaa9bbfbb7c79126f0 (patch)
treefde54df0f20d99c39a8f07671c1413449679c951 /doc/ffmpeg.texi
parente8b46b2c73a89c3554a4335f1de9de71f5c37846 (diff)
doc/ffmpeg: document adrift_threshold
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 96f6737412..d0d630a0ec 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1505,6 +1505,12 @@ is enabled.
This option has been deprecated. Use the @code{aresample} audio filter instead.
+@item -adrift_threshold @var{time}
+Set the minimum difference between timestamps and audio data (in seconds) to trigger
+adding/dropping samples to make it match the timestamps. This option effectively is
+a threshold to select between hard (add/drop) and soft (squeeze/stretch) compensation.
+@code{-async} must be set to a positive value.
+
@item -copyts
Do not process input timestamps, but keep their values without trying
to sanitize them. In particular, do not remove the initial start time