diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-05-19 20:12:04 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-06-01 21:25:36 +0200 |
commit | dc72d1dde914c16d85673e80bbe3d21967e47deb (patch) | |
tree | 24a3aa38108469b0b2e1651ed3be06392ae00b9b /doc | |
parent | 2934a10f2ed32b1b80b9e3a0a2f55489fd4067f4 (diff) | |
download | ffmpeg-dc72d1dde914c16d85673e80bbe3d21967e47deb.tar.gz |
avfilter: add audio surround upmixer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 107fe61447..51fb6cdcee 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3792,6 +3792,36 @@ channels. Default is 0.3. Set level of input signal of original channel. Default is 0.8. @end table +@section surround +Apply audio surround upmix filter. + +This filter allows to produce multichannel output from stereo audio stream. + +The filter accepts the following options: + +@table @option +@item chl_out +Set output channel layout. By default, this is @var{5.1}. + +See @ref{channel layout syntax,,the Channel Layout section in the ffmpeg-utils(1) manual,ffmpeg-utils} +for the required syntax. + +@item level_in +Set input volume level. By default, this is @var{1}. + +@item level_out +Set output volume level. By default, this is @var{1}. + +@item lfe +Enable LFE channel output if output channel layout has it. By default, this is enabled. + +@item lfe_low +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. +@end table + @section treble Boost or cut treble (upper) frequencies of the audio using a two-pole |