Opened 3 years ago

Closed 3 years ago

Last modified 19 months ago

#9434 closed defect (fixed)

silenceremove filter stopped working

Reported by: kmamal Owned by:
Priority: normal Component: avfilter
Version: git-master Keywords: silenceremove regression
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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.

Attachments (1)

sine3.wav (2.1 MB ) - added by kmamal 3 years ago.

Change History (4)

by kmamal, 3 years ago

Attachment: sine3.wav added

comment:1 by Elon Musk, 3 years ago

Resolution: fixed
Status: newclosed

comment:2 by kmamal, 3 years ago

Looks like it's fixed indeed. Thanks!

comment:3 by Carl Eugen Hoyos, 19 months ago

Keywords: silenceremove regression added
Note: See TracTickets for help on using tickets.