Mute / remove audio

Strip the audio track from a video. Keeps original quality (stream copy).

Drop a video here

or click to choose · MP4 / MOV / WebM up to 100 MB

Choose file

How muting actually works

"Muting" a video file means removing the audio stream from the container, not silencing the audio. The video stream is copied byte-for-byte (no re-encoding), and the resulting file plays exactly as before but with no sound. Because there is no re-encode step, this is fast (limited by disk speed, not CPU) and lossless - the picture quality is identical to your original.

Under the hood: this tool runs ffmpeg -i input.mp4 -c:v copy -an output.mp4 via WebAssembly in your browser. The -c:v copy flag preserves the video stream as-is; the -an flag tells ffmpeg to skip audio. No upload happens; the file never leaves your device.

Common reasons to mute a video

What this tool does NOT do

Three adjacent operations need different tools:

Common questions

Is Mute / remove audio free to use?

Yes. The tool runs in your browser at no cost, with no signup required.

Where is the math performed?

Calculations run locally in your browser. Your inputs do not leave your device.

Are the rates and rules current?

We update sources when published rates change. For high-stakes decisions, verify against the official source linked on this page.