Auto cut video silence

Automatic silence cutting turns an hour of scrubbing into a scan and a review. The catch is that automatic means measured, not intelligent, so knowing what the machine is actually measuring is what separates a clean result from a mangled one.

What automatic means here

The automation is a loudness gate. CutNoodle walks through the audio track, keeps a running measure of level, and marks every window that stays below your threshold for longer than your minimum duration. Those windows become the cuts. Everything else survives, with a margin of air preserved on both sides so phrases do not start abruptly.

Nothing in that pipeline understands language. It does not know which sentence matters, it does not know that you were holding up a diagram, and it will not remove a filler word that you said at full volume. What it does is remove the thing that takes the most time to remove by hand, which is enough to change how long an edit takes.

Where automation pays off most

Where it needs supervision

Dialogue with two people talking over each other has almost no true silence, so an automatic pass will find very little to cut and you have lost nothing but a minute. The opposite problem is more dangerous: content where the pauses carry meaning. Comedy timing, a dramatic beat before a reveal, the deliberate space after a question, all of it registers as dead air to a loudness meter.

Noisy recordings are the third case. If your noise floor sits close to your speech level, no threshold cleanly separates the two, and you will get either nothing cut or words clipped. Cleaning the audio first, or accepting a conservative setting and doing some of the work by hand, beats fighting the detector.

How CutNoodle handles the supervision

Every automatic decision arrives as an editable clip rather than as a finished render. The timeline shows the kept passages as blocks against the waveform, so a cut that landed in the wrong place is visible before you even hear it. Zooming with the wheel gets you to frame level, dragging a clip edge moves the boundary, and merging two neighbours undoes a cut you disagreed with.

That review is the whole point of doing this in an editor rather than in a one-shot converter. A converter gives you a file and leaves you to discover the mistakes on playback. Two minutes spent walking the joins is what makes the automatic pass trustworthy.

Doing it without installing anything

Automatic silence cutting has historically meant a desktop application or a command line tool, because the encoding is heavy work. CutNoodle uses ffmpeg compiled to WebAssembly, which puts that same encoder inside the browser tab. The practical consequences are that there is nothing to install, nothing to keep updated, and no file to upload: analysis and export both happen on your own machine.

The trade is honest. A native application will encode a long 4K file faster than a browser will, and a cloud service will do it on hardware you do not have to own. What you get in return is that a two gigabyte recording is ready to edit the moment you pick it, and that footage under embargo never leaves the room. Local video editor has the longer argument.

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