Settings

Theme

Show HN: WASM-powered tool to cut silence from audio files

silencecutter.web.app

4 points by e_carra 5 years ago · 1 comment

Reader

e_carraOP 5 years ago

Simple website that uses the ffmpeg's removesilence filter to remove silent windows (>= 1s) from audio files. Everything is done locally in the browser using ffmpeg.wasm.

Command: `ffmpeg -i INPUT -af silenceremove=stop_periods=-1:stop_duration=1:stop_threshold=THRESHOLD OUTPUT`

I made it in a few hours, so it's probably full of bugs.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection