diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-04-22 20:44:35 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-04-22 22:15:01 +0200 |
commit | 26fd40b568b808e1fbd57a89b64369adfaa8e124 (patch) | |
tree | bd143d10e914a0dd7870f251e93104b70ea67507 /doc | |
parent | dbb35abf2897a7a3966378884f680e787b006991 (diff) | |
download | ffmpeg-26fd40b568b808e1fbd57a89b64369adfaa8e124.tar.gz |
avfilter/af_surround: make channel spread from stereo image user configurable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a2b6a04088..6ce2781c19 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4889,6 +4889,18 @@ Set LFE input volume. By default, this is @var{1}. @item lfe_out Set LFE output volume. By default, this is @var{1}. +@item allx +Set spread usage of stereo image across X axis for all channels. + +@item ally +Set spread usage of stereo image across Y axis for all channels. + +@item fcx, flx, frx, blx, brx, slx, srx, bcx +Set spread usage of stereo image across X axis for each channel. + +@item fcy, fly, fry, bly, bry, sly, sry, bcy +Set spread usage of stereo image across Y axis for each channel. + @item win_func Set window function. |