Whether you want to silence a video before sharing it, remove background noise from a clip, or extract only the video stream — removing audio from a video is one of the most common editing tasks. The good news is you don't need Premiere Pro, DaVinci Resolve, or any installed software to do it.

In this guide, we'll show you how to remove audio from any video file for free, directly in your browser.

Why Remove Audio from a Video?§

There are many reasons you might need a silent or muted video:

  • Sharing on social media — Platforms like Instagram Reels and TikTok let you add your own music; a silent video is a clean canvas.
  • Removing background noise — If a recording has loud fans, hum, or accidental conversation, stripping it entirely is often better than trying to reduce it.
  • Privacy — Video screen recordings sometimes capture sensitive audio you don't want to share.
  • File size — Audio adds to file size. Removing it can reduce a video by 5–15%.

How to Remove Audio in Your Browser (Mute Checkbox)§

NexaTools Video Converter includes a built-in Remove Audio (Mute) checkbox. Here's how to use it:

Step 1: Open the Video Converter§

Navigate to the Video Converter tool. Everything runs locally — no uploads.

Step 2: Upload Your Video§

Drag and drop your .mp4, .mkv, .webm, .mov, or other video file into the tool.

Step 3: Check "Remove Audio (Mute)"§

Tick the Remove Audio (Mute) checkbox under the format options.

Step 4: Choose an Output Format and Convert§

Select your desired output format (e.g. MP4) and click Convert. The tool will strip the audio track using FFmpeg's -an flag and output a clean, silent video.

What Happens Under the Hood§

The browser-side FFmpeg command executed is approximately:

ffmpeg -i input.mp4 -c:v copy -an output.mp4

The -an flag tells FFmpeg to exclude all audio streams from the output. The -c:v copy flag means the video stream is copied without re-encoding — so there is zero quality loss and the conversion is near-instant regardless of file size.

Can I Extract Just the Audio Instead?§

Yes! The same tool supports audio extraction. Simply change the output format to .mp3, .aac, .wav, or .ogg and the tool will automatically extract the audio track and discard the video.

Supported Video Formats§

The browser media engine supports:

Format Mute Support Audio Extraction
MP4 (H.264)
WebM (VP8/VP9)
MKV
MOV
AVI

Note: Videos encoded with H.265/HEVC or AV1 cannot be re-encoded by the browser Wasm engine, but you can still mute them using the "Copy (No Re-encode)" codec option with the mute checkbox enabled.

Summary§

Removing audio from a video has never been simpler. With NexaTools' browser-based Video Converter:

  • ✅ No software to install
  • ✅ No file uploads to a server
  • ✅ Zero video quality loss (stream copy)
  • ✅ Works on Windows, Mac, Linux, and mobile

Try it now: Video Converter with Mute