Opened 2 years ago
Closed 2 years ago
#9899 closed defect (invalid)
silenceremove bug
Reported by: | Jozef Chutka | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | silenceremove |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description (last modified by )
using ffmpeg version 2022-07-31-git-1368b5a725-full_build-www.gyan.dev
silenceremove
seems to remove whole audio content in some cases. Having supershort adelay
before silenceremove
serves as a fix.
ffmpeg -i input -af silenceremove=start_periods=1:detection=peak out-empty.m4a -y ffmpeg -i input -af adelay=delays=1:all=1,silenceremove=start_periods=1:detection=peak out-ok.m4a -y
out-empty.m4a has 258 bytes and can not be played
out-ok.m4a 9733 bytes, and seems ok
Attachments (1)
Change History (5)
by , 2 years ago
comment:1 by , 2 years ago
Description: | modified (diff) |
---|
comment:2 by , 2 years ago
Description: | modified (diff) |
---|
comment:3 by , 2 years ago
comment:4 by , 2 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
31.7 is too old version, this have been already fixed.
Note:
See TracTickets
for help on using tickets.
actually superlow
start_threshold
does the work as well