Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-06-15 20:20:23 +0300
committerPaul B Mahol <onemda@gmail.com>2015-06-15 20:20:23 +0300
commitd107413f1caf49b193e6a714fe145fda40b586a8 (patch)
tree1bedd1cf429cd2f36cce6f80fc9b240a4bf670cb /doc/filters.texi
parentdd6c8575dbc8d3ff5dc2ffacb5028c253066ff78 (diff)
doc/filters: add one more compand example found in the wild
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 6437c0c6c8..595430745e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1436,6 +1436,11 @@ noisy environment:
compand=.3|.3:1|1:-90/-60|-60/-40|-40/-30|-20/-20:6:0:-90:0.2
@end example
+Another example for audio with whisper and explosion parts:
+@example
+compand=0|0:1|1:-90/-900|-70/-70|-30/-9|0/-3:6:0:0:0
+@end example
+
@item
A noise gate for when the noise is at a lower level than the signal:
@example