Remove Audio from Video

Strip the soundtrack from any clip and export a silent MP4 — ideal when platforms require muted uploads, when you plan to add voice-over later, or when you only need the visuals from screen recordings and B-roll. The muted file preserves full video quality; only the audio stream is removed.

FreeVideosEdit processes your file locally in the browser with FFmpeg WebAssembly. Nothing is uploaded to our servers, so interviews, internal demos, confidential product walkthroughs, and client drafts stay on your machine.

How to mute a video in your browser

1

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).

2

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.

3

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.

4

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.

5

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.

Frequently asked questions

Video is re-encoded to H.264 for a reliable silent MP4. Visual quality stays very close to the source at typical bitrates. Avoid muting the same file repeatedly — each encode is a generation of loss.
This tool removes audio for the whole clip. To silence only a section, trim to that segment, mute it, and splice back together in a desktop editor like DaVinci Resolve or CapCut.
Yes. Silent MP4 is widely accepted. Both platforms let you add music or voiceover from their in-app libraries after upload.
No. FFmpeg runs locally via WebAssembly in your browser tab. Files never leave your device — the only network request is the initial FFmpeg wasm binary download.
The re-encode may use a slightly different bitrate profile. If size is critical, run the muted file through the Video Compressor tool afterward.
Yes. Import the silent MP4 into CapCut, DaVinci Resolve, iMovie, Final Cut Pro, or any NLE and add new audio tracks.
The tool removes all audio streams from the container, so multi-language or commentary-track files will also be silenced in full.
Modern mobile browsers support WebAssembly, so the tool runs on phones. Performance is slower on lower-powered devices — trim large clips first to keep memory usage manageable.