diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-05-15 19:56:55 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-05-15 19:58:15 +0200 |
commit | 9bebad86c7f8736f3534ece22cd8095059e2560d (patch) | |
tree | 59142f017e4785e58729a18660b6a018f99c6ebf /doc/filters.texi | |
parent | 88896c46196e4cca2afa6df6e2bc37ecfc2c4e98 (diff) | |
download | ffmpeg-9bebad86c7f8736f3534ece22cd8095059e2560d.tar.gz |
avfilter/af_stereotools: introduce different balance modes
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0ea4e26998..a86127f261 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3669,6 +3669,23 @@ Set S/C level. Default is 1. Allowed range is from 1 to 100. @item phase Set the stereo phase in degrees. Default is 0. Allowed range is from 0 to 360. + +@item bmode_in, bmode_out +Set balance mode for balance_in/balance_out option. + +Can be one of the following: + +@table @samp +@item balance +Classic balance mode. Attenuate one channel at time. +Gain is raised up to 1. + +@item amplitude +Similar as classic mode above but gain is raised up to 2. + +@item power +Equal power distribution, from -6dB to +6dB range. +@end table @end table @subsection Examples |