FREE
Loading…
Drop any video file here
MP4, MKV, AVI, MOV, WebM — or click to browse
Mute Video
Processing…
FREE
Loading…
Drop any video file here
MP4, MKV, AVI, MOV, WebM — or click to browse
Mute Video strips the audio track out of any video file entirely, leaving the picture completely untouched and completely silent. It runs as a stream copy — FFmpeg's -an flag simply tells the encoder not to include an audio stream in the output, while the video packets are copied through with -c copy exactly as they were, with no decoding or recompression involved. That's why muting even a large, long video finishes in roughly the time it takes to read and rewrite the file rather than the time a real re-encode would need.
The reasons people need this are more varied than "the audio is annoying." One of the most common, and least obvious, is a browser autoplay policy: Chrome, Safari, and Firefox all restrict autoplaying video with sound as a default anti-annoyance measure, but they generally allow autoplay for video elements explicitly marked or encoded as muted. Website background loops, hero-section video, and app onboarding animations are frequently built from source footage that has audio baked in — a stock clip with ambient noise, a screen recording with system sounds — and stripping that audio out at the file level (rather than just setting a muted attribute in the HTML, which can be toggled or fail to apply in some embed contexts) guarantees the autoplay policy is satisfied no matter how the video gets embedded downstream.
Rights and compliance are another real driver. If a clip has copyrighted background music picked up incidentally — a TV playing in a shot, a song from a nearby speaker, a track a previous editor added that you don't have clearance for — removing the audio track entirely sidesteps a platform's content-ID system flagging the upload, which matters if you plan to post to YouTube, Instagram, or a corporate channel with copyright enforcement. Privacy compliance shows up here too: a screen recording captured for a bug report or tutorial can pick up a notification sound, a name announced in a nearby conversation, or spoken content that shouldn't be shared outside the team, and muting is the fastest way to neutralize that before the file goes anywhere.
The practical output is also slightly smaller than the source, since removing an entire stream (even a modest-bitrate audio track) reduces overall file size somewhat, though the video stream — which is almost always the dominant contributor to file size — is completely unaffected. Because this is a pure stream copy, there's no quality trade-off to weigh: the video pixels that come out are bit-for-bit identical to what went in. Everything happens locally through FFmpeg compiled to WebAssembly, so footage you're muting for privacy or rights reasons never has to leave your browser tab to get there.
FFmpeg reads the video file's stream structure and writes a new output file where the video stream is copied packet-for-packet using -c copy — no frame is decoded or recompressed — while the -an flag tells the muxer to omit the audio stream entirely from the output. Because nothing about the video data is touched, this finishes almost as fast as copying the file, and the visual quality is exactly identical to the source, with only the removed audio stream affecting the resulting file size.
Upload your video
Drop an MP4, MKV, AVI, MOV, or WebM file onto the upload zone — everything processes locally in your browser.
Confirm the file
Check the filename, duration, and size shown to make sure it's the correct clip before proceeding.
Click Mute & Download
FFmpeg copies the video stream unchanged with -c copy while dropping the audio stream entirely with -an.
Wait for the near-instant processing
Because this is a stream copy rather than a re-encode, even large files finish in a few seconds.
Download the silent MP4
Save the output — the filename gets a _muted suffix so you can tell it apart from the original.
Add new audio if needed
Bring the silent file into a video editor to overlay narration, music, or a replacement soundtrack.
Autoplay Background Video
Strip audio from hero-section or background video so it satisfies browser autoplay-requires-muted policies reliably at the file level.
Social Media Repurposing
Remove the original audio from a clip before adding platform-native captions or a different soundtrack for a specific channel.
Preparing for a New Soundtrack
Mute the original recording as the first step before overlaying licensed music or a fresh voiceover in an editor.
Privacy & Confidentiality
Remove a recorded conversation, name, or background dialogue picked up in a screen recording before it leaves the team.
Bug Report Screen Recordings
Strip notification sounds, keyboard clicks, and accidental audio from a screen capture attached to a support or engineering ticket.
Avoiding Content-ID Claims
Remove incidentally-captured copyrighted music or audio before uploading footage to a platform with automated content matching.
True Stream Copy
Video packets are copied unchanged with -c copy — there is no re-encoding step and therefore no quality trade-off whatsoever.
Guarantees Silence, Not Just Muted Playback
Removing the audio stream is more reliable than a player-level mute, which can be toggled or ignored depending on the embed context.
Near-Instant Processing
Because nothing is decoded or re-encoded, even large or long videos finish in seconds rather than minutes.
Works With Every Common Format
Upload MP4, MKV, AVI, MOV, or WebM — any of them process the same way, with MP4 output every time.
Fully Local Processing
FFmpeg WebAssembly performs the removal inside your browser tab — nothing about your footage is uploaded anywhere.
Free, No Watermark
Free with no account for files under 40 MB; sign up free for 80 MB or go Pro for 250 MB — output is never watermarked.
Also Known As
Trusted Worldwide
iLoveDocsTools is used by students, professionals, and businesses across the United States, Canada, United Kingdom, Australia, India, and more than 100 other countries. All tools are browser-based and process files privately — your files never leave your device. Free to use, with Pro plans for unlimited access.
All processing happens directly in your browser. Your documents are never sent to any server — complete privacy guaranteed for users in the USA, Canada, UK, and worldwide.
Every tool on iLoveDocsTools is free to use. Need more? Upgrade to Pro for unlimited usage, priority access, and no daily limits. Trusted by students, freelancers, and teams across North America and Europe.
Whether you are on a Mac, Windows PC, iPhone, or Android in New York, Toronto, London, or Sydney — our tools work instantly in any modern browser.
Looking for free PDF tools in the USA? Free document converters in Canada? Online PDF editors in the UK or Australia? iLoveDocsTools offers 70+ free tools — merge PDF, split PDF, compress PDF, convert Word to PDF, Excel to PDF, JPG to PDF, and many more — all free, all instant, all private. No watermarks. No file size limits. Just free tools that work.