ConvertOwl

Extract Audio from Video — MP4 to MP3

Pull the audio track out of any video file and save it as an MP3 — perfect for extracting music, interview recordings, lecture audio, or podcast recordings from video files. Choose your output bitrate (64–320 kbps) to balance quality and file size. Everything runs in your browser via FFmpeg WebAssembly — your video files never leave your device.

Drop files here

or browse to upload

Up to 500.0 MB per file

How to use this tool

  1. Upload your video file

    Drop an MP4, MOV, MKV, or WebM file. The audio track will be extracted regardless of the video codec — HEVC, H.264, VP9, and AV1 are all supported as video containers.

  2. Choose bitrate

    192 kbps (our default) is excellent quality for music and speech. Use 128 kbps for podcasts and interviews. Use 256–320 kbps for high-fidelity music archiving. Lower bitrates (64–96 kbps) produce the smallest files for voice-only content.

  3. Click Convert

    FFmpeg extracts the audio stream and re-encodes it as MP3 using the LAME encoder. Progress is shown in real time. Large video files may take a minute or two.

  4. Download your MP3

    The output MP3 plays in every audio player, podcasting app, and music software. Import into Audacity, GarageBand, or Adobe Audition for further editing.

Frequently Asked Questions

Why does audio extraction still take time if I'm not converting video?

Audio extraction requires decoding the audio stream and re-encoding it as MP3. The video frames are skipped (the -vn flag in FFmpeg drops video), but audio decoding and LAME MP3 encoding still require CPU time proportional to the audio duration — roughly 10–30 seconds per hour of audio in the browser.

What if the video has multiple audio tracks?

Only the first audio track is extracted. For videos with multiple language tracks or commentary tracks, the first track (usually the primary language) is used. To extract a specific track, you'd need a desktop tool with track selection controls.

Will the MP3 preserve the full audio quality from the video?

The audio in video files is usually already compressed (AAC, AC-3, Opus). Re-encoding to MP3 introduces a small additional quality loss. At 192 kbps MP3, this is imperceptible for speech and near-transparent for music. If you need lossless audio, use a WAV converter instead.

Can I extract audio from a Zoom or Teams recording?

Yes. Zoom recordings are typically MP4, and Teams recordings are MP4 or WebM — both supported. Just upload the recording file and extract the MP3. This is useful for creating podcast episodes, transcripts, or audio archives from recorded meetings.

Is there a difference between extracting and converting audio?

Extraction means pulling the audio from a video container (MP4 → MP3). Conversion means changing between audio formats (WAV → MP3). Both use FFmpeg. Extraction skips video processing, so it's faster than full video conversion for the same file.

Something not working? Report a bug