Remove Audio from a Video

Everything stays in your browser. Nothing is uploaded.

Loading…

Strip the audio track from a video. This is a remux, not a re-encode: the video stream is copied unchanged, so it finishes in seconds and the picture quality is untouched.

How it works

  1. Drop a video. Nothing uploads; the file is read in place.
  2. Pick the output: format, a quality preset or an exact target size, a trim range, audio on or off.
  3. Convert & download. Remuxes are near-instant; re-encodes show progress and can be cancelled.

Questions

Does my file get uploaded?
No. The models and all processing run inside your browser on your own device. You can verify this yourself: open your browser’s DevTools, watch the Network tab, and process a file: there are no uploads. After the first visit most tools also work fully offline.
Which formats are supported?
MP4 and WebM out, with H.264, VP9 or VP8 video depending on what your browser can encode. The tool only offers what it has verified will work on your machine: HEVC and AV1 encoding are not available in browsers today, so they are not offered.
Why is compressing sometimes instant and sometimes slow?
Trimming, muting and container changes copy the existing video stream without re-encoding, so the result is near-instant. Changing quality or resolution requires a real re-encode at roughly playback speed on typical hardware.
How big will my GIF be?
The panel estimates the size before you export. GIFs are an old format and get large fast, so trimming the clip and lowering the width are the two controls that matter.

Related tools