How do I remove the sound from a video?
Drop the file, download the result — that is all. The picture track is copied unchanged into a new MP4 file and the audio track is simply left out. Nothing is re-encoded, so no picture quality is lost, and the job finishes in seconds. Everything happens in your browser, without an upload.
Why is this lossless?
Because picture and sound are separate tracks inside a video file. The MP4 container (standardised as ISO/IEC 14496-14) stores them side by side, each with its own timestamps. Leaving one track out therefore means writing the same picture packets into a new shell. No decoder, no encoder, no loss — exactly the difference from tools that recompute the whole video just to mute it.
How much smaller does the file get?
By the size of the audio track. AAC at 128 kbit/s is 128,000 ÷ 8 = 16,000 bytes per second, so about 0.96 MB per minute. A ten-minute video loses just under 10 MB. If you want the file to actually shrink, use the compressor: practically all the data sits in the picture.
When is muting worth it?
Usually for two reasons. Privacy: background conversations, names, addresses or a television are recorded without anyone thinking about it, and it only becomes obvious when you share the clip. Copyright: music that happened to be playing in the room can trigger a claim when you publish; with no audio track there is nothing to detect.
Honest limits
This tool cannot turn the volume down — it removes the track completely. For a level change you need our audio tools plus an editor to put the sound back. If the picture codec does not fit into an MP4 container, a re-encode is required; the tool says so instead of faking losslessness. And the tab has to stay open until it finishes, even though that is usually only a few seconds.