video audio extractor

extract audio

Extract the audio track from a local video as M4A or WAV. ffmpeg.wasm를 전용 Web Worker에서 실행하며, 동영상은 로컬에서만 처리됩니다. 압축 결과는 HLS.js로 미리 볼 수 있습니다.

Loading video audio extractor…

video audio extractor는 무엇에 적합합니까?

Audio extraction saves the soundtrack from courses, meetings, or media clips as a separate file. The tool runs ffmpeg.wasm locally in the browser, and videos are not uploaded.

M4A is smaller and easier to share; WAV is better for later editing but much larger.

지원되는 형식: MP4, MOV, WebM, AVI; 단일 파일 제한: 500MB.

video audio extractor 사용 방법

  1. 단계 1

    Select video

    Upload a video that contains an audio track.

  2. 단계 2

    Choose audio format

    Choose M4A or WAV and start extraction.

  3. 단계 3

    Listen and download

    Check the result in the audio player, then download it.

FAQ

Can it extract from a video without audio?

No. If the source has no audio track, processing may fail or produce an unusable result.

What is the difference between M4A and WAV?

M4A is smaller; WAV is better for editing but larger.

Will audio be uploaded?

No. Extraction 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.