[FFmpeg-cvslog] doc/filters: add sofalizer examples

Paul B Mahol git at videolan.org
Thu Mar 31 11:18:03 CEST 2016


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Mar 31 11:04:42 2016 +0200| [241a3a6ca49305558d4f29aa349b3d398422c5f3] | committer: Paul B Mahol

doc/filters: add sofalizer examples

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=241a3a6ca49305558d4f29aa349b3d398422c5f3
---

 doc/filters.texi |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index 5d6cf52..7f694af 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3232,6 +3232,29 @@ For example to override front left and front right channel positions use:
 Descriptions with unrecognised channel names are ignored.
 @end table
 
+ at subsection Examples
+
+ at itemize
+ at item
+Using ClubFritz6 sofa file:
+ at example
+sofalizer=sofa=/path/to/ClubFritz6.sofa:type=freq:radius=1
+ at end example
+
+ at item
+Using ClubFritz12 sofa file and bigger radius with small rotation:
+ at example
+sofalizer=sofa=/path/to/ClubFritz12.sofa:type=freq:radius=2:rotation=5
+ at end example
+
+ at item
+Similar as above but with custom speaker positions for front left, front right, rear left and rear right
+and also with custom gain:
+ at example
+"sofalizer=sofa=/path/to/ClubFritz6.sofa:type=freq:radius=2:speakers=FL 45|FR 315|RL 135|RR 225:gain=28"
+ at end example
+ at end itemize
+
 @section stereotools
 
 This filter has some handy utilities to manage stereo signals, for converting



More information about the ffmpeg-cvslog mailing list