summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-12-28 12:20:11 +0100
committerPaul B Mahol <onemda@gmail.com>2015-12-28 12:23:59 +0100
commit397774603690b2f24222aded19b5f8a41d830fc1 (patch)
treed93155a819eee1867c086f10463c9432577b051f
parent47aaebd63e408bc59dc9e35dd372c1f603be2d3a (diff)
doc/filters: add one more silenceremove example
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r--doc/filters.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 2b1fabe20e..8dae7828a9 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2989,6 +2989,13 @@ pressing the record button and the start of the performance:
@example
silenceremove=1:5:0.02
@end example
+
+@item
+Trim all silence encountered from begining to end where there is more than 1
+second of silence in audio:
+@example
+silenceremove=0:0:0:-1:1:-90dB
+@end example
@end itemize
@section sofalizer