summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-01-04 18:17:32 +0100
committerPaul B Mahol <onemda@gmail.com>2020-01-04 18:17:32 +0100
commitc8253cb3328421b3825787e2e2f853ffe1128aa9 (patch)
tree4776358fed17cb167faa58a2301632d950ec6eee /doc
parent6a1305e8b7d191e6b8647f89a22efbad7e81cc05 (diff)
avfilter/af_dynaudnorm: implement threshold option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index ba00989987..b5f136d79b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3438,6 +3438,14 @@ value. Instead, the threshold value will be adjusted for each individual
frame.
In general, smaller parameters result in stronger compression, and vice versa.
Values below 3.0 are not recommended, because audible distortion may appear.
+
+@item threshold, t
+Set the target threshold value. This specifies the loweset permissible
+magnitude level for the audio input which will be normalized.
+If input frame volume is above this value frame will be normalized.
+Otherwise frame may not be normalized at all. The default value is set
+to 0, which means all input frames will be normalized.
+This option is mostly useful if digital noise is not wanted to be amplified.
@end table
@section earwax