How Mute video works
Remove the audio track from any video file in your browser using ffmpeg WebAssembly. The tool drops the audio stream with ffmpeg's -an flag while stream-copying the video with -c:v copy. Because no pixel is decoded or re-encoded, the output is bit-for-bit identical to the original in terms of visual quality, and the operation completes almost instantly regardless of how long the clip is.
Muting a video is useful for social posts that auto-play without sound, background loops for presentations, video assets for websites where you control audio separately with JavaScript, or simply to strip a confidential meeting recording of its spoken content before sharing the slides. There are no watermarks, no account required, and the silent file downloads directly to your device.