Remove audio from a video
Strip the audio track from a video, keeping the video stream untouched, no re-encoding.
Frequently asked questions
Does muting re-compress the video?
No — the video stream is copied bit-for-bit ("-c:v copy"), so there's zero quality loss and the process is much faster than a full re-encode.
Can I mute just part of the clip instead of the whole thing?
Not with this tool — use trim-video first to cut the section you want, then mute the trimmed clip.