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
- Open convertlo.pro/mp4-to-mp3.html on any device.
- Drag and drop your MP4 file, or click Browse to select it.
- On the first use, the browser downloads FFmpeg.wasm (~32 MB) — this is a one-time download and is cached automatically.
- The audio extraction runs 100% locally — your video never leaves your device.
- 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)
- Download and install VLC from videolan.org (free, no ads).
- Open VLC. Go to Media → Convert / Save (or press Ctrl+R / Cmd+R).
- Click Add and select your MP4 file. Then click Convert / Save.
- In the Profile dropdown, select Audio - MP3.
- Choose a destination file path ending in
.mp3. - 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)
- Install FFmpeg from ffmpeg.org (or via
brew install ffmpegon Mac). - Open Terminal (Mac/Linux) or Command Prompt (Windows).
- 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:
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
| Property | MP4 | MP3 |
|---|---|---|
| Contains video | Yes (video + audio) | No (audio only) |
| Audio codec | Usually AAC | MPEG-1 Layer III |
| File size (1 hr audio) | ~500 MB – 2 GB | ~55 MB at 128 kbps |
| Universal playback | Most players | Every device ever made |
| Streaming support | Yes | Yes |
| Best for | Video with audio | Music, 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.