Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-05-20 13:34:51 +0300
committerPaul B Mahol <onemda@gmail.com>2017-05-20 13:43:11 +0300
commite8ae23db27bd308b299c00f2a10e1243cdb08103 (patch)
tree79ebb354b638e83c40cd8d350e117014dae36893 /doc
parent64ea4d102a070b95832ae4a751688f87da7760a2 (diff)
avfilter/af_sidechaincompress: change default makeup gain to 1
This avoids producing out of range or clipped samples. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index e29c4d940f..a0ab2fb0c7 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -357,8 +357,8 @@ The filter accepts the following options:
Set input gain. Default is 1. Range is between 0.015625 and 64.
@item threshold
-If a signal of second stream rises above this level it will affect the gain
-reduction of the first stream.
+If a signal of stream rises above this level it will affect the gain
+reduction.
By default it is 0.125. Range is between 0.00097563 and 1.
@item ratio
@@ -376,7 +376,7 @@ reduction is decreased again. Default is 250. Range is between 0.01 and 9000.
@item makeup
Set the amount by how much signal will be amplified after processing.
-Default is 2. Range is from 1 and 64.
+Default is 1. Range is from 1 to 64.
@item knee
Curve the sharp knee around the threshold to enter gain reduction more softly.
@@ -3340,7 +3340,7 @@ reduction is decreased again. Default is 250. Range is between 0.01 and 9000.
@item makeup
Set the amount by how much signal will be amplified after processing.
-Default is 2. Range is from 1 and 64.
+Default is 1. Range is from 1 to 64.
@item knee
Curve the sharp knee around the threshold to enter gain reduction more softly.