[FFmpeg-cvslog] doc/filters: fix channel names in sofalizer example
Paul B Mahol
git at videolan.org
Wed Dec 14 23:51:49 EET 2016
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Dec 14 22:48:53 2016 +0100| [e54b61a9ce19aa532e176869e8fcfc955dca6222] | committer: Paul B Mahol
doc/filters: fix channel names in sofalizer example
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e54b61a9ce19aa532e176869e8fcfc955dca6222
---
doc/filters.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 06ca2e0..51db7f9 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
More information about the ffmpeg-cvslog
mailing list