[FFmpeg-trac] #9434(avfilter:new): silenceremove filter stopped working

FFmpeg trac at avcodec.org
Thu Sep 23 17:47:15 EEST 2021


#9434: silenceremove filter stopped working
----------------------------------+--------------------------------------
             Reporter:  kmamal    |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avfilter  |                  Version:  git-master
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+--------------------------------------
 I'm running the following command to remove all silence >1s from a file
 (attached):

 {{{
 ffmpeg -i sine3.wav -filter_complex
 'silenceremove=stop_periods=-1:stop_threshold=-25dB:stop_duration=1'
 out.wav
 }}}

 This used to work, until commit 3b331468dae2e88ee6c87c257ac159ad662efcac
 which changes something with the period handling. Now the above command
 does not remove any silence.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9434>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list