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
- Threshold. How quiet counts as quiet. A room with an air conditioner has a much higher noise floor than a treated booth, and a threshold tuned for one will misread the other. If nothing gets cut, the threshold is too strict; if speech gets cut, it is too generous.
- Minimum length. How long a quiet passage has to be before it is worth removing. Set this to a fraction of a second and the result stutters, because normal speech is full of tiny gaps. Set it to three seconds and only the real dead air goes.
- Margin. How much quiet to leave on each side of a phrase. Cutting exactly at the threshold crossing clips the soft consonants at the start and end of sentences, so a small margin, usually a couple of tenths of a second, is what makes the result sound natural.
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
- Open the editor and choose a video. Nothing is copied or uploaded; the browser reads the file where it already sits.
- Set your minimum pause and sensitivity, then let it scan. The analysis reads the audio track only, so it is much faster than a full decode of the video.
- Look at the timeline. Each surviving clip is a block you can trim frame by frame, split, merge with its neighbour, reorder, or delete outright.
- Export. The result is written as an MP4 with H.264 video and AAC audio, which every platform and editor accepts.
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.

