summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-28 23:04:07 +0200
committerPaul B Mahol <onemda@gmail.com>2019-09-28 23:04:07 +0200
commit551e8dc145939f575fbe4f71200c6442c9869cdf (patch)
tree0552b5420c54851482abd84db7b4549c2ed71aea /doc
parent947e8ab329af5d59d47c1ef8a08d6a84109a89be (diff)
doc/filters: add more advanced silenceremove example
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 5ad3927a95..333f502083 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4699,6 +4699,14 @@ second of silence in audio:
@example
silenceremove=stop_periods=-1:stop_duration=1:stop_threshold=-90dB
@end example
+
+@item
+Trim all digital silence samples, using peak detection, from beginning to end
+where there is more than 0 samples of digital silence in audio and digital
+silence is detected in all channels at same positions in stream:
+@example
+silenceremove=window=0:detection=peak:stop_mode=all:start_mode=all:stop_periods=-1:stop_threshold=0
+@end example
@end itemize
@section sofalizer