1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

avfilter/af_silenceremove: switch to activate

Do full rewrite, new code is much faster for typical filter usages.
Also previous code was hard to follow and basically very-hard to maintain.
This commit is contained in:
Paul B Mahol
2023-05-23 00:30:22 +02:00
parent 82278e8749
commit 3235de4883
3 changed files with 499 additions and 767 deletions

View File

@@ -6431,7 +6431,7 @@ Set the count for trimming silence from the end of audio.
To remove silence from the middle of a file, specify a @var{stop_periods}
that is negative. This value is then treated as a positive value and is
used to indicate the effect should restart processing as specified by
@var{start_periods}, making it suitable for removing periods of silence
@var{stop_periods}, making it suitable for removing periods of silence
in the middle of the audio.
Default value is @code{0}.