Removing audio without touching the picture
A video file is a container holding separate streams — typically one video stream and one audio stream, interleaved so a player can read both as it goes. Removing the sound does not require understanding the picture at all: the container is rewritten with the video packets copied straight across and the audio packets left out.
That is why this finishes in seconds even on a large file, and why the result is pixel-identical to the source. No frame is ever decoded, so no frame can be degraded.
Muted is not the same as quiet
Turning the volume to zero in a player, or laying a silent track over the original in an editor, leaves the audio data in the file. Anyone who opens it in another program can hear it.
That distinction matters more often than it sounds. Screen recordings pick up whatever was said in the room. Phone videos capture background conversation that was never meant to be shared. Footage recorded near a speaker picks up music that will trigger an automated copyright claim the moment it is uploaded. In every one of those cases the requirement is that the audio no longer exists, not that it plays back silently.
What this does not do
It removes every audio stream, not a chosen one. A file carrying several language tracks comes out with none. It also does not replace the audio with anything — the output simply has no audio stream, which every player handles correctly.
The file will not get meaningfully smaller. Audio is usually a small percentage of a video's total size, so expect a saving of a few percent at most. If the goal is a smaller file, the Video Converter re-encodes and can make a real difference.
Common uses
- Stripping background conversation from a screen recording before sharing it
- Removing music that would trigger an automated copyright claim
- Preparing footage that will have a voiceover or new soundtrack added
- Making a video safe to autoplay on a web page
- Removing identifying speech from footage before it goes public