メディアツール 無料オンラインツール

ビデオミューター

あらゆるビデオ ファイルから音声を即座に削除します。

無料で利用 登録不要 ブラウザで利用
オンラインツール

ビデオミューター

準備完了
Upload Video to Mute

Supports MP4, WebM, MOV, and other video formats that FFmpeg WebAssembly can read.

Preview Not Available

This video format cannot be previewed by your browser, but FFmpeg may still be able to remove its audio.

Mute Options

All audio tracks will be removed. The video stream is copied without video re-encoding whenever the source container supports it.

Status

Audio Removed Successfully!
Download Muted Video
Remove Audio From Video

Mute a Video Online Without Re-Encoding the Video Stream

Remove the audio track from a video while keeping the existing video stream. CyberTools uses FFmpeg WebAssembly in your browser and applies audio removal with stream copy, so compatible videos do not need to be video-encoded again.

Remove all audio tracks No video re-encoding Original video stream copied MP4, WebM & MOV support Browser-based FFmpeg Fast stream-copy workflow Silent video output
Quick Answer

How do I remove audio from a video?

Upload a supported video and click Mute Video. CyberTools runs FFmpeg WebAssembly in your browser with the -an option to remove audio and -c:v copy to copy the existing video stream. The result is a silent video without a video re-encode when the source stream is compatible with the output container.

Common Uses

Common Video Muting Tasks

Removing audio is useful when you need a silent video, want to replace the soundtrack later, need cleaner footage for editing, or want media that can autoplay without sound.

Remove Audio From MP4

Strip the audio tracks from an MP4 while copying its existing video stream when the codec and container are compatible.

Mute a WebM Video

Create a silent WebM by removing its audio while preserving the existing video bitstream when FFmpeg can stream-copy it.

Remove Sound From MOV

Remove the audio track from a MOV file without intentionally changing the video stream.

Create a Silent Video

Generate a version of a video with no original audio tracks for presentations, websites, previews, or background playback.

Prepare Video for New Music

Remove the existing soundtrack before adding replacement music or narration in another editing workflow.

Mute Video for Autoplay

Create silent media for interfaces and websites where muted video playback is preferred or required.

Method Comparison

Remove Audio vs Lower Volume vs Re-Encode Video

Muting a video can mean different things. CyberTools removes the audio tracks entirely rather than merely reducing their volume, and it copies the video stream instead of deliberately re-encoding it.

Method What It Does Main Advantage Important Detail
Remove audio track Outputs video with no original audio stream Creates a genuinely silent file Audio information is not retained in the output
Set audio volume to zero Keeps an audio stream but makes it silent Audio structure remains available The file still contains an audio track
Video stream copy Copies encoded video packets without a video re-encode Fast and avoids generational video encoding loss The copied video codec must be valid in the output container
Full video re-encode Decodes and encodes the video again Can change codec, dimensions, bitrate, or other properties Usually takes longer and can introduce encoding loss
Mute MP4 Removes audio from an MP4-compatible workflow Useful for broad playback compatibility Actual success depends on the streams inside the MP4
Mute WebM or MOV Removes audio while retaining the source container extension Useful when you want to keep the same general file format Stream-copy compatibility depends on the source codec and container
How It Works

How CyberTools Removes Audio From Video

The current Video Muter uses FFmpeg WebAssembly in the browser. It writes the selected video into FFmpeg's virtual filesystem, removes audio with -an, copies the video stream with -c:v copy, then returns the resulting silent file to the browser.

Browser File Input

The selected video is read by the browser and written into FFmpeg's in-memory virtual filesystem.

Audio Removal With -an

The FFmpeg -an option tells the output process not to include audio streams.

Video Stream Copy

The -c:v copy option copies the existing encoded video stream instead of decoding and re-encoding it.

Same Output Extension

The current workflow creates the muted output using the source file's extension.

Object URL Preview

After FFmpeg finishes, the result is read back into browser memory and exposed as an Object URL for preview and download.

Temporary FFmpeg Files

The temporary input and output files are removed from the FFmpeg virtual filesystem after successful processing.

When to Use It

When Should You Remove Audio Instead of Re-Encode the Video?

Use stream-copy muting when your goal is simply to remove sound and you do not need to change the video codec, resolution, frame rate, bitrate, or visual appearance.

Need a silent copy

Remove audio + copy video stream

This directly removes audio without unnecessarily encoding the video again.

Keep the original video encoding

-c:v copy

The encoded video packets are copied rather than recreated through another encoding pass.

Need a different video codec

Use a video converter instead

Stream copy cannot convert H.264 to VP9, AV1, HEVC, or another codec.

Need a smaller video

Use video compression

Removing audio can reduce the file somewhat, but it does not compress the copied video stream.

Need replacement music

Mute first, then edit audio

A silent video is a clean starting point for adding a new soundtrack in an editing tool.

Container cannot accept the copied codec

Convert or re-encode

A stream-copy operation can fail when the output container cannot hold the source video codec.

Video Quality & File Size

Does Removing Audio Change Video Quality or File Size?

The current muting workflow removes audio and copies the encoded video stream with -c:v copy. That means CyberTools does not intentionally re-encode the video stream during a successful stream-copy mute operation.

Video Stream Copy

The existing encoded video packets are copied into the output instead of being decoded and encoded again.

No Video CRF Pass

Because the video stream is copied, the muting command does not apply a new video CRF, bitrate, preset, or resolution setting.

Audio Data Removed

The output can be smaller because the original audio streams are not included, although the video stream itself is not compressed further.

Source Video Quality

The tool does not improve low-quality source footage. It preserves the existing encoded video stream when stream copy succeeds.

Container Overhead

Output file size may differ slightly because containers include metadata and structural overhead in addition to media streams.

Compatibility Matters

If the source video codec cannot be copied into the output container, the current stream-copy operation can fail instead of automatically re-encoding the video.

Processing & Privacy

Where Is Your Video Processed?

The current CyberTools Video Muter performs its main FFmpeg operation inside your browser using FFmpeg WebAssembly.

  • The selected source file is written into FFmpeg's browser-side virtual filesystem during processing.
  • Audio removal and video stream copying use your browser and device resources.
  • The completed muted file is read back from FFmpeg memory and exposed to the browser for preview and download.
  • Browser-based processing still depends on available RAM, CPU, browser limits, and file size.
Limitations

What a Video Muter Cannot Do

Removing audio is a narrow media operation. It does not replace a full video converter, compressor, audio editor, or timeline editor.

  • The current workflow does not change the copied video codec, resolution, frame rate, or bitrate.
  • A source video codec that is incompatible with the output container may cause stream-copy muting to fail.
  • Removing audio does not substantially compress a large video stream; it mainly removes the audio data.
  • The tool removes audio rather than replacing it with music, narration, or another soundtrack.
  • Very large files can exceed browser or device memory limits during FFmpeg WebAssembly processing.
  • Some unusual containers, codecs, encrypted media, or unsupported files may not be readable by the available FFmpeg WebAssembly build.
Key Concepts

Audio Tracks, Stream Copy, Codecs and Containers Explained

These concepts explain why removing audio can be fast, why the video does not need another encoding pass, and why some files may still be incompatible with stream copy.

Audio Track

An audio stream stored inside a media container alongside video or other media streams.

Video Stream

The encoded sequence of video data stored inside a media file.

Stream Copy

A process that copies an already encoded media stream into a new output without decoding and re-encoding that stream.

-an

An FFmpeg output option that disables audio streams in the output.

-c:v copy

An FFmpeg option that copies the existing encoded video stream instead of using a video encoder.

Codec

A method used to encode or decode media, such as H.264, VP9, AV1, HEVC, AAC, or Opus.

Container

A file structure such as MP4, WebM, or MOV that can hold video, audio, metadata, and other media streams.

FFmpeg

A media-processing framework used to inspect, copy, encode, decode, and transform audio and video streams.

WebAssembly

A browser technology that allows compiled software such as FFmpeg to run inside a web page.

Silent Video

A video file whose output contains video but no original audio tracks.

Frequently Asked Questions

Video Muter FAQ

Answers about removing video audio, stream copy, supported formats, video quality, browser processing, and FFmpeg behavior.

How do I remove audio from a video online?
Upload a supported video and choose Mute Video. CyberTools uses FFmpeg WebAssembly in your browser with -an to exclude audio and -c:v copy to copy the existing video stream into the output.
Does muting a video reduce its video quality?
The current workflow does not intentionally re-encode the video stream. It uses -c:v copy, so a successful operation copies the existing encoded video stream instead of creating a new video encode.
Does the muted video still contain an audio track?
No. The FFmpeg -an option excludes audio streams from the output. This is different from keeping an audio track and merely setting its volume to zero.
Can I remove audio from an MP4 video?
Yes when FFmpeg can read the MP4 and the existing video stream can be copied into the output MP4 container. MP4 files can contain different video codecs, so compatibility can vary.
Can I mute WebM or MOV videos?
Potentially yes. The current workflow keeps the source extension and attempts to copy the source video stream while removing audio. Success depends on the codec and container combination.
Why is stream-copy muting fast?
With -c:v copy, FFmpeg does not decode and encode every video frame. It copies the existing video packets while omitting the audio streams, which is usually less computationally expensive than a full video encode.
Will removing audio make my video much smaller?
It can reduce the file size by removing the audio data, but the video stream is copied rather than compressed again. If the video stream is the main contributor to file size, the reduction may be modest.
Is my video uploaded to a conversion server?
The current CyberTools muting workflow performs the main FFmpeg operation in your browser using FFmpeg WebAssembly. The file is written into FFmpeg's browser-side virtual filesystem for processing.
Why can a video fail when removing audio?
Possible causes include an unsupported source format, a codec that cannot be copied into the output container, insufficient browser memory, or limitations of the available FFmpeg WebAssembly build.
Can Video Muter add new music after removing the original audio?
No. Video Muter only removes audio. To add replacement music, narration, or another soundtrack, use a video editing or audio-mixing workflow after creating the silent video.
ビデオからオーディオ トラックを簡単に削除して、無音のクリップを作成したり、バックグラウンド ミュージック用に準備したりできます。当社の Video Muter はブラウザ内で完全に動作し、品質を損なうことなくファイルの高速処理と 100% のプライバシーを保証します。