Mute video online
Remove the audio from any video file. Your video stays exactly the same. Just silent. No upload needed.
Drop your video here
or click to browse: MP4, MOV, AVI, WEBM, MKV
Related tools
What this tool does
Sometimes a video just needs to lose its sound, whether that's background noise you want to replace, sensitive audio you don't want to share, or a silent clip you're prepping for a website background. Muting removes the audio track completely rather than just turning the volume down.
Why use it
Some videos are shared in contexts where audio is not appropriate: a product demo embedded on a silent autoplay website, a looping background video on a landing page, a clip shared in a meeting where the speaker recorded over unrelated audio, or raw footage where the original sound is just camera noise.
Muting a video is also the step before adding a clean audio track. If you want to replace the original audio with a voiceover or music, removing the existing audio first gives you a clean baseline to work from.
How it works under the hood
Muting is the simplest FFmpeg operation in this tool set. The command passes -c:v libx264 for re-encoding the video stream and -an to strip the audio stream entirely. No audio codec runs. The video is encoded with the ultrafast preset and +faststart is set so the output streams efficiently in a browser. The result is an MP4 with no audio track.
Tips and best practices
If you plan to add new audio to the muted video afterward, use the Add Audio to Video tool immediately after. The two operations (mute, then add audio) are faster as separate steps than any alternative that tries to do both in a single timeline operation.
If you want the video to autoplay silently on a website, muting in the file is more reliable than relying on the muted HTML attribute alone, because some browsers will still block autoplay on files that contain an audio track even with the attribute set.
Browser tool vs alternatives
In most video editors, muting means opening a project, importing the file, finding the audio track, deleting it or disabling it, and rendering. For a task this simple, that workflow is disproportionate. This tool does the operation in a single FFmpeg pass with no project setup and nothing to configure.
Read the guide
How to Remove Audio from a Video
What to do next
Frequently Asked Questions
Does muting delete the audio, or just lower the volume?
It removes the audio track entirely, so playback is truly silent, not just quiet.
Does muting affect video quality?
No, video quality stays exactly the same, only the audio track is removed.
Can I add different audio after muting?
Yes, use Add Audio to Video afterward to add music or narration.
What formats are supported?
MP4, MOV, AVI, WEBM, and MKV.
Is there a file size limit?
500MB.
Is this good for muting screen recordings?
Yes, that's one of the most common uses.
Does it work on mobile?
Yes.
Will there be a watermark?
No, never.
Last updated: 2026-09-05