Skip to content

Remove the audio from a video online

Strip the audio track from a video without re-encoding the video itself, directly in your browser.

Processed on your device via WebAssembly. Nothing is sent to any server.

or click to select it

Strip the audio track from a video (MP4, MOV, WEBM, MKV) without re-encoding the picture, directly in your browser — fast, with zero loss of visual quality.

Copies the video stream as-is, without re-encoding it, and simply discards the audio track. Since the video isn't re-encoded, the process is much faster than a normal conversion and introduces no visual quality loss whatsoever.

Use cases

  • Remove unwanted background music or audio before adding your own soundtrack.
  • Create a silent video to use as a higher-quality GIF alternative.
  • Mute a screen recording that has no useful audio.

How it works

  1. 1

    Upload your video

    Supports MP4, MOV, WEBM and MKV.

  2. 2

    Click Convert

    Nothing to configure.

  3. 3

    Download the silent video

    Same video, no audio track.

Technical details

Uses ffmpeg.wasm with -c:v copy (stream copy, no re-encode) and -an (no audio), instead of the full decode-and-re-encode pipeline that format-conversion tools use.

Frequently asked questions

Does it lose picture quality?

No — the video is copied without re-encoding, so the picture stays exactly the same as in the original file.

Is it faster than a normal conversion?

Yes, considerably: since the video isn't re-encoded, the process only has to read and repackage the data, not decompress and recompress every frame.

Video & Audio