How to Convert MP4 to MP3 — Free, Online, No Software Needed

You have an MP4 video — a lecture recording, a podcast episode someone sent as a video file, a music video, or a screen recording with commentary — and you just need the audio as an MP3. You do not need the video track at all.

This guide shows you the fastest ways to extract audio from MP4 and save it as MP3, including a fully browser-based method that requires no software installation and never uploads your file to any server.

What Is the Difference Between MP4 and MP3?

MP4 is a container format. It holds one or more streams — typically one video stream and one audio stream — packaged together in a single file. The audio inside an MP4 is usually encoded as AAC (Advanced Audio Coding).

MP3 is an audio-only format. It stores a single compressed audio stream using the MPEG-1 Audio Layer III codec. MP3 is the most universally supported audio format — every device, app, and media player supports it.

When you "convert MP4 to MP3," you are extracting the audio track from the video container and re-encoding it as MP3. The video track is discarded entirely.

Method 1 — Convert MP4 to MP3 Free in Your Browser

1
Convertlo — No Upload, No Install
Recommended
  1. Open convertlo.pro/mp4-to-mp3.html on any device.
  2. Drag and drop your MP4 file, or click Browse to select it.
  3. On the first use, the browser downloads FFmpeg.wasm (~32 MB) — this is a one-time download and is cached automatically.
  4. The audio extraction runs 100% locally — your video never leaves your device.
  5. Click Download — your MP3 is ready in seconds.

Works on Chrome, Edge, Firefox, and Safari. Supports MP4, MOV, WebM, AVI, MKV, and more. Batch conversion available.

Method 2 — Convert MP4 to MP3 Using VLC (Free Desktop App)

2
VLC Media Player — Windows, Mac, Linux
  1. Download and install VLC from videolan.org (free, no ads).
  2. Open VLC. Go to Media → Convert / Save (or press Ctrl+R / Cmd+R).
  3. Click Add and select your MP4 file. Then click Convert / Save.
  4. In the Profile dropdown, select Audio - MP3.
  5. Choose a destination file path ending in .mp3.
  6. Click Start. VLC will extract and encode the audio.

VLC is reliable and handles almost any video format, but it requires a desktop install and the interface is not intuitive for first-time users.

Method 3 — Convert Using FFmpeg (Command Line)

3
FFmpeg — Windows, Mac, Linux
  1. Install FFmpeg from ffmpeg.org (or via brew install ffmpeg on Mac).
  2. Open Terminal (Mac/Linux) or Command Prompt (Windows).
  3. Run this command:
ffmpeg -i input.mp4 -q:a 0 -map a output.mp3

Replace input.mp4 and output.mp3 with your actual file names. The -q:a 0 flag sets the highest variable bitrate quality. Add -b:a 192k instead to force a fixed 192 kbps bitrate.

MP3 Bitrate Guide — Which Quality Should You Choose?

Bitrate determines file size and audio quality. Higher bitrate = better quality and larger file. Here is what each level sounds like in practice:

96 kbps
Clearly compressed — audible artefacts on music
Voice only
128 kbps
Acceptable quality — standard for podcasts and speech
Podcasts
192 kbps
Good quality — most people cannot tell from lossless
Music
256 kbps
Very high quality — transparent for virtually all listeners
Hi-fi music
320 kbps
Maximum MP3 quality — indistinguishable from lossless
Archiving

Note: If the audio inside the MP4 source was encoded at 128 kbps AAC, re-encoding at 320 kbps MP3 will not recover lost quality — it will only make the file larger. The output quality is always limited by the source.

MP4 vs MP3 — Format Comparison

PropertyMP4MP3
Contains videoYes (video + audio)No (audio only)
Audio codecUsually AACMPEG-1 Layer III
File size (1 hr audio)~500 MB – 2 GB~55 MB at 128 kbps
Universal playbackMost playersEvery device ever made
Streaming supportYesYes
Best forVideo with audioMusic, podcasts, audio-only

Extract MP3 From Your Video Now

Drop your MP4, MOV, WebM, or AVI. Audio extracted in seconds — free, private, no upload.

When to Use MP3 vs Other Audio Formats

MP3 is the right choice most of the time, but it is worth knowing when other formats are better:

  • MP3 — Best for sharing, streaming, and maximum compatibility. Use this.
  • AAC — Better quality than MP3 at the same bitrate. Preferred by Apple. Use for Apple devices.
  • WAV — Uncompressed, lossless. Best for audio editing or archiving master recordings. Very large files.
  • FLAC — Lossless but compressed (30–50% smaller than WAV). Best if you need lossless and care about file size.
  • OGG — Open-source, excellent quality. Not universally supported on mobile.

For most use cases — music libraries, podcast episodes, sending audio by email or message — MP3 at 192 kbps is the correct answer.

Frequently Asked Questions

Can I convert MP4 to MP3 for free?
Yes. Convertlo converts MP4 to MP3 entirely in your browser using FFmpeg.wasm — no upload, no signup, no cost. The first conversion downloads the ~32 MB FFmpeg library once; after that it is cached and subsequent conversions start instantly.
Does converting MP4 to MP3 reduce quality?
Converting MP4 to MP3 re-encodes the audio from AAC to MP3. Use 192 kbps or higher to preserve near-original quality. If the source audio was already compressed at a lower bitrate, the output cannot exceed the source quality regardless of the MP3 bitrate you choose.
What bitrate should I use for MP3?
128 kbps is acceptable for speech and podcasts. 192 kbps is the standard for music and is what most streaming services use. 320 kbps is the highest quality MP3 and is indistinguishable from lossless for the vast majority of listeners on typical headphones.
Can I extract audio from a YouTube video as MP3?
Only if you own the rights to the content. Downloading copyrighted YouTube videos without permission may violate YouTube's terms of service and local copyright law. Convertlo only processes files you provide directly — it does not download from URLs.
Does MP4 to MP3 conversion work on iPhone and Android?
Yes. Convertlo runs in any modern browser including Safari on iPhone and Chrome on Android. The converted MP3 downloads directly to your device. Note that on iOS, Safari may save the file to your Downloads folder in the Files app.
How long does it take to convert a 1-hour MP4 to MP3?
On a modern laptop or desktop, a 1-hour MP4 typically converts in 30–90 seconds in the browser. The first run takes longer because FFmpeg.wasm has to download. On mobile devices, expect 2–4 minutes for a long file.
Can I convert multiple MP4 files to MP3 at once?
Yes — enable the Batch Convert toggle on the converter page and drop multiple files at once. Each file converts and downloads individually.