How to mute a video in your browser
Upload your video
Drag and drop MP4, MOV, WebM, or AVI onto the upload zone. FFmpeg initialises on the first visit (a one-time ~30 MB download that the browser then caches — subsequent uses are instant).
Preview the clip
Scrub the timeline player to confirm you have the right file and that removing audio is the correct action before committing to the export.
Remove audio tracks
Start processing. FFmpeg reads every audio stream in the container and discards them all, mapping only the video stream to the H.264 output. Multi-track files lose all audio channels in one pass.
Download silent MP4
Save the muted file to your device. It is ready to import into any NLE, presentation tool, or social scheduling platform for you to add replacement audio.
Optional: trim first
If you only need part of the footage, use the Trim Video tool to cut length before muting — smaller inputs encode faster and produce smaller outputs. This is especially worthwhile on long screen recordings.
Common use cases
Social uploads with copyright-protected audio
Platforms like Instagram, YouTube, and TikTok auto-flag copyrighted music at upload time. Exporting a silent master lets you replace audio inside the platform's editor with licensed tracks without losing the visual edit.
Presentation and slide overlays
Screen recordings often capture notification sounds, system audio, and background noise you did not intend to include. Mute the capture, then layer a clean narration recording in PowerPoint, Keynote, or Canva.
Stock footage and template libraries
Motion graphics studios and stock creators sell visual-only loops that buyers score with their own music. Exporting a clean silent MP4 is the standard deliverable format for marketplaces like Envato and Motion Array.
Classroom and training modules
Instructional designers often receive raw screen captures with unscripted audio. They mute the originals and sync professional voice-over and captions in LMS authoring tools like Articulate Storyline or Adobe Captivate.
Privacy-sensitive recordings
Meetings, interviews, and product demos captured by screen recorders may contain sensitive conversations. Delivering a muted visual removes accidental audio disclosures before the clip is shared with wider teams.
Background video loops for websites
Autoplay video on websites must be muted in most browsers. Removing audio at export time guarantees the file is browser-autoplay-compliant and loads without a console warning.
Best practices
- Mute after trimming so you are not re-encoding minutes of footage you will discard anyway — smaller inputs encode faster.
- Keep a backup of the original with audio before muting in case a client later requests a version with the original soundtrack.
- Expect a full re-encode: output file size may differ from a stream-copy trim because the audio stream is removed and the container is rebuilt.
- For podcasts and audio-only deliverables, use Video to MP3 instead — you get an audio file without the video container overhead.
- Test playback in your target platform before publishing; a handful of legacy players expect an empty audio track rather than a completely audio-free container.
- If you need silence for only a portion of the video, trim to that segment first, mute it, then recombine in a desktop editor for per-section silence.
Formats & compatibility
Input: MP4, MOV, WebM, AVI (any container FFmpeg can demux). Output: MP4 with H.264 video and no audio stream. Processing runs entirely in the browser tab; large 4K files need more RAM and take longer. Chrome and Edge on desktop generally perform best because of their V8 WebAssembly optimisations.
Related tools
- Volume adjuster — lower audio to a specific level instead of removing it entirely
- Video trimmer — cut length before muting to speed up the export
- Video to MP3 — extract the audio track as an MP3 without keeping the video
Upload your clip above to create a silent MP4 in minutes — no account, no cloud upload, completely free.