Convert
Mute Video
Remove the audio from a video and get back a silent copy in the same format — no quality loss, right in your browser. Works with MP4, MOV, WebM, and MKV. Nothing is uploaded. Free, no signup.
Drop a video here, or click to browse
Everything runs in your browser — nothing is uploaded
What this is and why it matters
There are many everyday reasons to remove the sound from a video while keeping the picture exactly as it is. A shopkeeper films a product to send to a customer but there is private conversation in the background that should not go out. Someone records their screen to demonstrate a problem, but the recording also picked up a phone call or family chatter they do not want to share. A person films a scenic moment on a trip, but wind noise has ruined the audio and the silent video is far nicer. Someone wants to post a short clip but it carries background music that a social platform would flag or mute automatically — removing the audio entirely avoids the problem. In every one of these cases the picture is fine; it is only the sound that needs to go.
This tool does that muting in the browser rather than on a server, for the same privacy reason as the rest of the toolkit. The videos people most want to mute often contain exactly the audio they would least want uploaded — private conversations, a captured phone call, personal surroundings. Sending that footage to an unknown website just to strip the sound would defeat the purpose. Here, the video is read into memory on your own device, the audio track is dropped locally, and the silent video is handed straight back. Nothing is transmitted and nothing is stored.
The key to how this works is that the video itself is never re-encoded. The tool copies the existing video stream across exactly as it is and simply leaves the audio out. That means the muted file looks identical to the original — same resolution, same sharpness, same quality — and the operation finishes almost instantly because there is no slow re-compression. The only thing that changes is that the sound is gone.
How to use this tool
Add your video. Drag the file onto the drop zone above, or click it to open the file picker and choose a video from your device. MP4, MOV, WebM, and MKV are all accepted. The moment it is selected, the tool reads it locally and shows the file name and its size, so you know it is loaded. Nothing uploads — the reading and everything that follows happens on your own machine. Files must be under 500 MB, the practical ceiling for in-browser processing without a server.
Let the engine load on first use. The first time you mute a video, the tool downloads a one-time engine of about 30 MB into your browser. This happens only once — afterwards it is cached, and later mutes start immediately. A short message shows while it loads.
Mute the video. Press Mute Video and the tool removes the audio track while copying the video across untouched. Because there is no re-encoding, this is typically very fast even for large files, and a progress indicator shows while it works. You can cancel at any time. Everything stays in your browser while it runs.
Download your silent video. When muting finishes, the tool shows the size of the result and offers it for download in the same format as your original — an MP4 comes back as an MP4, a MOV as a MOV. The file is named after your original with a clear marker that it is the muted version, so it is easy to tell apart from the file you started with.
Examples and use cases
Removing background conversation before sharing a product video
A Surat textile trader films a close-up of fabric to send to a buyer on WhatsApp, but the clip also captured staff talking about pricing in the background. Rather than re-shoot, they mute the video here — the fabric footage stays crisp and unchanged, the private conversation is gone, and the silent clip is ready to share in seconds. The video never left their phone.
Stripping background music so a reel is not flagged
A Mumbai home baker records a short decorating clip for a reel, but a song was playing in the kitchen and the platform keeps muting or flagging the upload for copyrighted audio. Muting the video entirely before uploading removes the issue at the source — the visuals are untouched, and they can add licensed music in the app instead.
Silencing a screen recording with private audio
A Hyderabad support agent records their screen to demonstrate a software bug, but the recording also picked up a personal phone call happening nearby. Before sending the recording to the engineering team, they mute it here so only the on-screen actions remain, with the private audio completely removed and no quality loss to the screen capture.
Removing wind noise from a travel clip
A traveller films a scenic viewpoint in Himachal, but strong wind ruined the audio. The video itself is beautiful, so they mute it here to keep the pristine footage without the harsh wind noise — the picture quality is identical to the original because the video stream is copied across, not re-encoded.
Frequently asked questions
- Is my video uploaded to a server?
- No. The entire muting happens inside your browser. Your video is read into memory on your own device, the audio track is removed locally by a WebAssembly build of FFmpeg, and the silent video is handed straight back to you as a download — no byte of the video or its audio is ever sent to us or anyone else. This is why the tool is safe for footage with private audio like conversations, phone calls, or personal surroundings. Close the tab and nothing is retained.
- Does muting reduce the video quality?
- No. The tool copies the video stream across exactly as it is and simply leaves out the audio — it does not re-encode the picture. That means the muted file has the same resolution, sharpness, and quality as your original; the only difference is that the sound is gone. It also means muting is very fast, because there is no slow re-compression step. Your video comes back visually identical, just silent.
- What format will the muted video be?
- The same format you put in. Because the video stream is copied without conversion, a muted MP4 comes back as an MP4, a MOV as a MOV, a WebM as a WebM, and an MKV as an MKV. You get the same kind of video file you started with, just without audio. This keeps the result predictable and avoids any quality change that converting between formats could introduce.
- Why does the first mute download about 30 MB?
- The muting is done by a full build of FFmpeg compiled to WebAssembly so it can run inside your browser. That engine is about 30 MB, and it downloads once the first time you use the tool. After that your browser caches it, so later mutes start right away without downloading it again. This one-time cost is what lets the video be muted on your own device instead of on a server you would have to upload it to.
- Is there a limit on video size?
- Yes — 500 MB. Because the work is done entirely by your own device inside a browser tab, the video has to fit in the tab’s memory while it is processed, and very large files would risk crashing the tab. A 500 MB cap keeps the process reliable. Muting is light work since the video is only copied, not re-encoded, so it handles large files well within that limit — though on older phones a very large file may still be slower.