ffmpeg | branch: master | Paul B Mahol <one...@gmail.com> | Sat Sep 28 23:04:07 
2019 +0200| [551e8dc145939f575fbe4f71200c6442c9869cdf] | committer: Paul B Mahol

doc/filters: add more advanced silenceremove example

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

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

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

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to