diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-12-14 22:48:53 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-12-14 22:48:53 +0100 |
commit | e54b61a9ce19aa532e176869e8fcfc955dca6222 (patch) | |
tree | ea88343488b2d43a5eae64707055f1de415f8eaf /doc/filters.texi | |
parent | 458fbee22154bd01b2d8f93ad7ff76ac63bbc32e (diff) | |
download | ffmpeg-e54b61a9ce19aa532e176869e8fcfc955dca6222.tar.gz |
doc/filters: fix channel names in sofalizer example
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 06ca2e03b7..51db7f971a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3511,10 +3511,10 @@ sofalizer=sofa=/path/to/ClubFritz12.sofa:type=freq:radius=2:rotation=5 @end example @item -Similar as above but with custom speaker positions for front left, front right, rear left and rear right +Similar as above but with custom speaker positions for front left, front right, back left and back right and also with custom gain: @example -"sofalizer=sofa=/path/to/ClubFritz6.sofa:type=freq:radius=2:speakers=FL 45|FR 315|RL 135|RR 225:gain=28" +"sofalizer=sofa=/path/to/ClubFritz6.sofa:type=freq:radius=2:speakers=FL 45|FR 315|BL 135|BR 225:gain=28" @end example @end itemize |