[FFmpeg-cvslog] doc/filters: add more ladspa examples

Paul B Mahol git at videolan.org
Thu May 18 19:02:04 EEST 2017


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu May 18 17:38:18 2017 +0200| [5c9e12bc6d3e4847896fcb51e76d26aa7922e5d7] | committer: Paul B Mahol

doc/filters: add more ladspa examples

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

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

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

diff --git a/doc/filters.texi b/doc/filters.texi
index 69907d4f75..b684d8dec8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2979,6 +2979,31 @@ Attenuate low frequencies using Multiband EQ from Steve Harris
 @example
 ladspa=mbeq_1197:mbeq:-24|-24|-24|0|0|0|0|0|0|0|0|0|0|0|0
 @end example
+
+ at item
+Reduce stereo image using @code{Narrower} from the @code{C* Audio Plugin Suite}
+(CAPS) library:
+ at example
+ladspa=caps:Narrower
+ at end example
+
+ at item
+Another white noise, now using @code{C* Audio Plugin Suite} (CAPS) library:
+ at example
+ladspa=caps:White:.2
+ at end example
+
+ at item
+Some fractal noise, using @code{C* Audio Plugin Suite} (CAPS) library:
+ at example
+ladspa=caps:Fractal:c=c1=1
+ at end example
+
+ at item
+Dynamic volume normalization using @code{VLevel} plugin:
+ at example
+ladspa=vlevel-ladspa:vlevel_mono
+ at end example
 @end itemize
 
 @subsection Commands



More information about the ffmpeg-cvslog mailing list