diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-04-22 17:11:01 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-04-22 22:15:01 +0200 |
commit | dbb35abf2897a7a3966378884f680e787b006991 (patch) | |
tree | 892e4c896e0e71b9865bab668f1ba6d4bb01ec6a /doc | |
parent | c6c94303d44798f968fa57f282627b1c5e60ce85 (diff) | |
download | ffmpeg-dbb35abf2897a7a3966378884f680e787b006991.tar.gz |
avfilter/af_surround: add lfe_mode option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index cfff9b1f4d..a2b6a04088 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4871,6 +4871,12 @@ Set LFE low cut off frequency. By default, this is @var{128} Hz. @item lfe_high Set LFE high cut off frequency. By default, this is @var{256} Hz. +@item lfe_mode +Set LFE mode, can be @var{add} or @var{sub}. Default is @var{add}. +In @var{add} mode, LFE channel is created from input audio and added to output. +In @var{sub} mode, LFE channel is created from input audio and added to output but +also all non-LFE output channels are subtracted with output LFE channel. + @item fc_in Set front center input volume. By default, this is @var{1}. |