Silence remover

A silence remover finds the stretches of a recording where nobody is saying anything and takes them out. CutNoodle does that in a browser tab, on a file that never leaves your computer.

What a silence remover actually does

Under the interface, every silence remover does the same three things. It measures how loud the audio is, moment by moment. It marks every stretch that stays below a loudness threshold for longer than some minimum duration. Then it rebuilds the video from the parts that were left over, joining them end to end.

That sounds mechanical, and it is. The intelligence is not in the detection, it is in the settings you give it and in the corrections you make afterwards. A tool that gets the settings wrong will clip the start of words, drop a dramatic beat, or leave the pauses that actually bothered you. This is why CutNoodle treats detection as a first draft on a timeline rather than as a finished export.

The three settings that matter

There is no universal setting. A lecture recorded on a lapel mic wants different numbers from a podcast recorded on a condenser, and you will find yours in about two attempts. How long should a pause be works through the reasoning if you want a starting point.

Why a browser tool rather than an installed one

Silence removal is a small, well-defined job. Historically it meant either buying a desktop application for it, or installing a command line tool and learning its flags. Both work. Both also mean that a task lasting five minutes starts with a download, an installer, and a set of dependencies you will have to think about again the next time your machine is rebuilt.

The other common answer is a web service, and that solves the install problem by creating a worse one: your footage has to be uploaded to somebody else's computer before anything happens. On a two gigabyte recording the upload can take longer than the edit, and the file is now sitting on a server you do not control.

CutNoodle takes the third route. The encoder is ffmpeg compiled to WebAssembly, which means the same engine desktop editors rely on runs inside the page itself. Your browser opens the file from disk, analyses the audio, and writes the export locally. Nothing is transmitted, so there is no upload bar, no queue, no storage limit, and no account. See local video editor for what that architecture does and does not buy you.

How to use it

What it will not do

CutNoodle cuts by loudness, not by meaning. It does not transcribe your audio, so it cannot remove filler words like um and you know, and it cannot give you subtitles. It is a single-track tool: no multicam, no colour grading, no titles, no music bed. And because the encoding happens on your machine, a long 4K file is real work for your laptop rather than something a rented server absorbs for you.

If you need transcript-driven editing, a tool built around speech recognition is the right answer, and CutNoodle compared with Descript explains where that line falls. If you want the same cut inside a full editing suite, CutNoodle compared with Premiere Pro covers it.

CutNoodle is free and runs in your browser. Open the editor and drop a video in: nothing is installed and nothing is uploaded.