跳转到主要内容
Workflows 4 min read

How to Remove Audio from a Video

"Take the sound out" means one of three things: full mute, cutting one segment of audio, or replacing the track. Each has a different path — pick the right one before processing.

Three jobs, three paths

  • Full mute: drop the audio track and remux — the video stream is copied untouched, seconds of work, zero quality loss.
  • Cut one segment: edit the audio track only; picture stays.
  • Replace audio: keep the video stream, swap the track.

When this comes up

Public playback without embarrassment or leaking sensitive speech (meeting archives, confidential voiceovers), a silent base for later dubbing, or homework submissions where only the picture matters and ambient noise should go.

Adding sound back later

Muting only removes the track; the file structure is unchanged, so a new track can be merged in later. If you need to keep one quote from the original audio, extract it first, then mute the whole video.

Frequently asked questions