diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-11-30 12:16:57 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-11-30 12:16:57 +0100 |
commit | 376a3bdb7bbe16a6f0835010c9e85f6837f000a7 (patch) | |
tree | 1968c59f2d0d05c00e449f4fbff7f82144b3af74 /doc/filters.texi | |
parent | a814f1d364ba912adf61adef158168c5f7604e93 (diff) | |
download | ffmpeg-376a3bdb7bbe16a6f0835010c9e85f6837f000a7.tar.gz |
avfilter/af_sidechaincompress: add level_in and level_sc options
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0395c7ad5d..fc71a99c5c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -350,6 +350,9 @@ hard edge at the threshold in the range of the chosen decibels. The filter accepts the following options: @table @option +@item level_in +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. @@ -2479,6 +2482,9 @@ processing. See @ref{pan} and @ref{amerge} filter. The filter accepts the following options: @table @option +@item level_in +Set input gain. Default is 1. Range is between 0.015625 and 64. + @item threshold If a signal of second stream raises above this level it will affect the gain reduction of first stream. @@ -2514,6 +2520,9 @@ reduction. Default is @code{average}. Should the exact signal be taken in case of @code{peak} or an RMS one in case of @code{rms}. Default is @code{rms} which is mainly smoother. +@item level_sc +Set sidechain gain. Default is 1. Range is between 0.015625 and 64. + @item mix How much to use compressed signal in output. Default is 1. Range is between 0 and 1. |