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.

FAQ

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.