Skip to content

Extract audio

Pull the audio track out of a video as MP3.

Runs entirely in your browser. Verify it in your network tab.

What this does

Discards the video stream and re-encodes the audio to MP3.

Limits

  • Re-encoding to MP3 is lossy. The source audio is already compressed, so this is a second generation.

Is this private?

Yes, and you can check rather than take our word for it. Open your browser's network tab and run the tool: your file never appears in it, because there is no server to send it to. The whole site is static files, plus the WebAssembly engine that does the work, which is served from this same domain.

Related tools