🛝Toolio
About Contact

🔇 Mute Video — Remove Audio Free, Private & Offline

Your video is muted entirely in your browser — no upload, no server, complete privacy. Drop any video file and the tool uses ffmpeg.wasm to copy the video stream while discarding the audio track, producing a silent video in seconds without re-encoding or quality loss.

Private by design. This tool runs entirely in your browser — nothing you enter is uploaded or stored, and it works offline.

About

This mute video tool runs entirely client-side using ffmpeg.wasm, a WebAssembly port of the industry-standard FFmpeg library. When you select a video, it is read locally in your browser — never transmitted to any server. The tool runs the equivalent of ffmpeg -an (audio none), copying the video codec stream directly without re-encoding, which means the output file retains the original video quality and finishes in a fraction of the time a full transcode would take. The result is a new video file with the same resolution, frame rate, and codec as the original, but with the audio track completely removed. Supported formats include MP4, WebM, MOV, AVI, and MKV. Because everything runs offline in the browser, you can use this tool on a plane, in a meeting, or anywhere without an internet connection.

How to use

  1. Click "Choose Video" or drag and drop a video file onto the tool.
  2. The tool loads the file locally — nothing is uploaded to any server.
  3. Click "Mute Video" — ffmpeg.wasm copies the video stream and drops the audio track.
  4. Processing completes in seconds — no re-encoding means the original video quality is preserved.
  5. Download the silent video file directly to your device.

FAQ

Is this mute video tool free?
Yes, completely free — no account, no subscription, no file size limits, no watermarks added. Just open the page and mute your video.
Is my video uploaded to a server? Is it private?
Your video never leaves your device. All processing runs locally in the browser using ffmpeg.wasm. No file is sent to any server, so your video stays completely private.
Will removing the audio reduce video quality?
No. The tool copies the video stream directly without re-encoding it, so the video quality is identical to the original. Only the audio track is removed; every video frame remains untouched.
What video formats are supported?
The tool supports MP4, WebM, MOV, AVI, and MKV. MP4 is recommended for the widest device compatibility. The output file is saved as MP4 by default.
Does it work on mobile devices?
Yes. The tool works on modern Android and iOS browsers. Processing time depends on the video file size and your device's CPU, but no internet connection is required once the page is loaded.