b2KIT

Video Muter

Remove audio track from video files to create silent videos.

Tested tool guide Tested browser tools Checked August 16, 2026

What Video Muter does, with a checked example

Videos on disk are containers that pair a picture track with an optional sound track. This page loads a video file you choose, drops the sound track, and hands back a silent copy to download. The picture is carried over unchanged, so resolution, frame rate, length, and visual quality are identical to the source. The surprise for most people is the file size: audio is usually a small share of a video's total bitrate, so the silent file often comes out only a few percent smaller than the original. If you need a dramatic size cut, this is not the tool that does it.

Worked example

A concrete input and expected output from the current implementation.

Input

video.mp4 - 45 seconds, 1920 x 1080, 30 fps, stereo AAC audio track

Expected output

A silent video: 45 seconds, 1920 x 1080, 30 fps, with no audio track.

Removing the audio track changes only the sound. The clip's length, resolution, and frame rate all come from the picture, so each carries over to the silent copy unchanged.

How the result is produced

1

Load and hand back

You pick a video file on your disk, the page works on it locally, and the silent result is offered as a download. Nothing is uploaded: the file stays in your browser, which makes the tool usable for clips you would not want sent to a server. The main practical limit is the browser's memory when the file is very large.

2

What the output is

The result is a complete, playable video file with the same length, resolution, and frame rate as the source, but with no audio track. The picture content is carried over as it was, so the silent copy looks exactly like the original; nothing is resized, trimmed, or altered in quality. The download is a normal video file, and any player or editor opens it the way it opens the source.

Good uses

  • Make a clip that autoplays silently: feeds and web embeds commonly block autoplay when a video has sound, so a muted copy of a promo, loop, or teaser plays without requiring a click.
  • Publish the picture without audio you did not intend to share - background voices, a stray song, an off-mic hiss - when re-recording is not an option and you still want to post the clip.
  • Produce a version for a pipeline that rejects or mishandles the source's audio track - a kiosk loop, a burn-in pass, or a device with narrow audio codec support - by removing the audio side of the file entirely.

Limits and checks

  • Size barely changes: audio is usually a small fraction of a video's bitrate, so the silent file lands near the original size - a few percent smaller at best for typical clips. If you need real space savings, lower the picture bitrate instead.
  • Picture flaws carry over: the silent copy is exactly the picture from the source. Blur, compression artifacts, shake, and bad cuts are all still there, so muting is not a repair tool for a poor image.
  • The original is untouched: muting produces a separate download and never edits the source file in place. Once you overwrite or delete the original, the sound is gone for good, so keep it until you are sure you will not want the audio back.

Common questions

Will the silent file be much smaller?

Usually not. In typical videos the picture track carries most of the bitrate, and the audio track is only a small percentage of the total. The silent file therefore comes out close to the original size. If your goal is a small file, muting is the wrong tool; reducing resolution or bitrate is what actually shrinks a video.

What happens with a video that already has no sound?

A file with no audio track has nothing to remove. If the page accepts such a file, you get a copy that is already silent; either way, do not treat the tool as a sound detector - it removes the audio track, it does not analyze the content, so it will not find or fade out the unwanted parts of a video that does have sound.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools