#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)
Change History (4)
by , 3 years ago
comment:1 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 2 years ago
Keywords: | silenceremove regression added |
---|
Note:
See TracTickets
for help on using tickets.
Probably resolved with 6a1bda3df93ec879ce16fc09b0f4be1be2bc9e95