summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2020-01-20 17:24:11 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2020-01-20 17:29:29 +0530
commit38081acc01a0e62d05cdb474dd3834a2eae36aa7 (patch)
tree7cf6117978bbb7239c9b22d46b63d9be7fc38e70 /doc
parent8c3e9c9cbb725b6fdfe008ded702f3dd8025a58d (diff)
doc/filters: clarify resampling and linear mode in loudnorm
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 05739c7c6c..d69987c9f4 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4223,8 +4223,8 @@ If the specified value is not valid, it is ignored and prior one is kept.
EBU R128 loudness normalization. Includes both dynamic and linear normalization modes.
Support for both single pass (livestreams, files) and double pass (files) modes.
-This algorithm can target IL, LRA, and maximum true peak. To accurately detect true peaks,
-the audio stream will be upsampled to 192 kHz unless the normalization mode is linear.
+This algorithm can target IL, LRA, and maximum true peak. In dynamic mode, to accurately
+detect true peaks, the audio stream will be upsampled to 192 kHz.
Use the @code{-ar} option or @code{aresample} filter to explicitly set an output sample rate.
The filter accepts the following options:
@@ -4263,10 +4263,13 @@ Set offset gain. Gain is applied before the true-peak limiter.
Range is -99.0 - +99.0. Default is +0.0.
@item linear
-Normalize linearly if possible.
-measured_I, measured_LRA, measured_TP, and measured_thresh must also
-to be specified in order to use this mode.
-Options are true or false. Default is true.
+Normalize by linearly scaling the source audio.
+@code{measured_I}, @code{measured_LRA}, @code{measured_TP},
+and @code{measured_thresh} must all be specified. Target LRA shouldn't
+be lower than source LRA and the change in integrated loudness shouldn't
+result in a true peak which exceeds the target TP. If any of these
+conditions aren't met, normalization mode will revert to @var{dynamic}.
+Options are @code{true} or @code{false}. Default is @code{true}.
@item dual_mono
Treat mono input files as "dual-mono". If a mono file is intended for playback