diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-03-31 11:04:42 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-03-31 11:04:42 +0200 |
commit | 241a3a6ca49305558d4f29aa349b3d398422c5f3 (patch) | |
tree | 0e1e41956cf384a32f22309a6fc775c1dcc90d97 | |
parent | 263eb76bdf5c5486c9eed0ac2e3416ce13db9821 (diff) | |
download | ffmpeg-241a3a6ca49305558d4f29aa349b3d398422c5f3.tar.gz |
doc/filters: add sofalizer examples
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | doc/filters.texi | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 5d6cf524b9..7f694af210 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 +@subsection Examples + +@itemize +@item +Using ClubFritz6 sofa file: +@example +sofalizer=sofa=/path/to/ClubFritz6.sofa:type=freq:radius=1 +@end example + +@item +Using ClubFritz12 sofa file and bigger radius with small rotation: +@example +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 +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" +@end example +@end itemize + @section stereotools This filter has some handy utilities to manage stereo signals, for converting |