#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to