From cf925e0ac19d6ca02ab5e60575cad4b0e519b94d Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 31 Mar 2016 11:12:40 +0200 Subject: doc/filters: add stereotools examples Signed-off-by: Paul B Mahol --- doc/filters.texi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index 7f694af210..592fc24abb 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3352,6 +3352,22 @@ Set S/C level. Default is 1. Allowed range is from 1 to 100. Set the stereo phase in degrees. Default is 0. Allowed range is from 0 to 360. @end table +@subsection Examples + +@itemize +@item +Apply karaoke like effect: +@example +stereotools=mlev=0.015625 +@end example + +@item +Convert M/S signal to L/R: +@example +"stereotools=mode=ms>lr" +@end example +@end itemize + @section stereowiden This filter enhance the stereo effect by suppressing signal common to both -- cgit v1.2.3