Skip to content
nah

Extract Audio

Pull the audio track from any video and save it as MP3, AAC, or OGG — entirely in your browser.

100% in your browser — files never leave your device

Pull audio from video — no server, no upload

Extracting audio from a video is useful in many situations: saving the soundtrack from a music video, pulling the audio from a lecture recording, converting a screen recording to a podcast episode, or separating narration from a presentation. Most tools that do this require you to upload potentially large video files to a remote server.

This extractor uses FFmpeg.wasm running directly in your browser. Drop your video, choose the output format (MP3 for maximum compatibility, AAC for better efficiency, OGG for open-source workflows), and extract. The audio is downloaded immediately. Nothing is transmitted to a server.

The extraction re-encodes the audio at 192 kbps, which is high quality for all three supported formats. If you need the audio in a different format after extraction, the Convert Audio tool on nah.tools can handle the second step.

Frequently asked questions

What output formats does audio extraction support?

The tool extracts audio as MP3 (via libmp3lame at 192 kbps), AAC in an M4A container (via the FFmpeg aac encoder at 192 kbps), or OGG Vorbis (via libvorbis at 192 kbps). These are the three formats supported by the extraction function. If you need WAV, FLAC, or other formats, use the Convert Audio tool after extracting.

Does extraction re-encode the audio?

Yes. The extractor uses FFmpeg with -vn (strip video) and re-encodes the audio at 192 kbps in your chosen format. This ensures compatibility across output formats regardless of what codec the original video used. The 192 kbps bitrate preserves high quality while keeping file sizes reasonable.

Is my video uploaded to a server?

No. Extraction runs in your browser using FFmpeg.wasm — a WebAssembly build of FFmpeg. The WASM binary (about 25 MB) loads from a CDN on first use and is then cached by your browser. Your video files never leave your device.

What video formats can I extract audio from?

FFmpeg.wasm handles most common video containers: MP4, MOV, AVI, MKV, WebM, and more. The video must contain an audio track. If the file has no audio stream, FFmpeg will report an error.

Can I extract audio from a recording I made on my phone?

Yes. Phone recordings (typically MP4 with AAC audio on iOS, or MP4 with AAC/AMR on Android) are fully supported. Drop the file, choose your preferred output format, and extract. The result downloads directly to your device.

Related tools