diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-05-13 11:57:42 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-11-17 20:34:04 +0100 |
commit | 5d7c76566cdd0544a4bda59b520be22bd7ad7f30 (patch) | |
tree | 4f9cb27265bcde28bb480e7dd22d7da42e2b10c6 /doc/filters.texi | |
parent | 80bb81a8f34729443bdbcdb3bc2c89c221291fe6 (diff) | |
download | ffmpeg-5d7c76566cdd0544a4bda59b520be22bd7ad7f30.tar.gz |
avfilter: add multiband compand filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 4a35c44c7b..5d99437871 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3270,6 +3270,22 @@ lowpass=c=LFE @end example @end itemize +@section mcompand +Multiband Compress or expand the audio's dynamic range. + +The input audio is divided into bands using 4th order Linkwitz-Riley IIRs. +This is akin to the crossover of a loudspeaker, and results in flat frequency +response when absent compander action. + +It accepts the following parameters: + +@table @option +@item args +This option syntax is: +attack,decay,[attack,decay..] soft-knee points crossover_frequency [delay [initial_volume [gain]]] | attack,decay ... +For explanation of each item refer to compand filter documentation. +@end table + @anchor{pan} @section pan |