video muter

remove audio

Remove the audio track from a video and export a silent MP4. ffmpeg.wasm を専用の Web Worker で実行し、動画はローカルでのみ処理します。圧縮結果は HLS.js でプレビューできます。

Loading video muter…

video muterは何に適していますか?

Video muting removes the audio track from a local video and creates an MP4 with picture only. It is useful for removing ambient sound, background music, or private speech.

The tool processes files with ffmpeg.wasm in a browser Worker, so files are not uploaded. Output is re-encoded as MP4 for compatibility.

サポートされている形式: MP4, MOV, WebM, AVI;単一ファイルの制限: 500MB。

video muterの使い方

  1. ステップ1

    Select video

    Upload the video whose sound should be removed.

  2. ステップ2

    Start muting

    Confirm and remove the audio track locally.

  3. ステップ3

    Preview and download

    Play the result to check that it is silent, then download it.

よくある質問

Will muting affect picture quality?

The first version re-encodes video for compatible output, so quality should remain close to the source.

Can it keep the original format?

The first version exports MP4 to prioritize browser playback compatibility.

Will my video be uploaded?

No. Muting is completed locally in the browser.

テクノロジーとデータソース

  • ffmpeg.wasm Official FFmpeg project documentation for running FFmpeg in the browser.
  • Comlink Open-source RPC library for communication between the page and a Web Worker.