[FFmpeg-cvslog] doc/filters: ladspa: add two more examples, this time using SWH plugins

Paul B Mahol git at videolan.org
Wed Sep 16 11:50:24 CEST 2015


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Sep 15 20:36:00 2015 +0000| [03f34e0d3c1cdb33e4015611b54c0456a45bc056] | committer: Paul B Mahol

doc/filters: ladspa: add two more examples, this time using SWH plugins

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

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

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

diff --git a/doc/filters.texi b/doc/filters.texi
index c4360fa..d459e68 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2079,6 +2079,20 @@ Apply @code{C* Eq10X2 - Stereo 10-band equaliser} effect:
 @example
 ladspa=caps:Eq10X2:c=c0=-48|c9=-24|c3=12|c4=2
 @end example
+
+ at item
+Increase volume by 20dB using fast lookahead limiter from Steve Harris
+ at code{SWH Plugins} collection:
+ at example
+ladspa=fast_lookahead_limiter_1913:fastLookaheadLimiter:20|0|2
+ at end example
+
+ at item
+Attenuate low frequencies using Multiband EQ from Steve Harris
+ at code{SWH Plugins} collection:
+ at example
+ladspa=mbeq_1197:mbeq:-24|-24|-24|0|0|0|0|0|0|0|0|0|0|0|0
+ at end example
 @end itemize
 
 @subsection Commands



More information about the ffmpeg-cvslog mailing list