diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-06-15 17:20:23 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-06-15 17:20:23 +0000 |
commit | d107413f1caf49b193e6a714fe145fda40b586a8 (patch) | |
tree | 1bedd1cf429cd2f36cce6f80fc9b240a4bf670cb | |
parent | dd6c8575dbc8d3ff5dc2ffacb5028c253066ff78 (diff) | |
download | ffmpeg-streaming-d107413f1caf49b193e6a714fe145fda40b586a8.zip ffmpeg-streaming-d107413f1caf49b193e6a714fe145fda40b586a8.tar.gz |
doc/filters: add one more compand example found in the wild
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 6437c0c..5954307 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 |