More about converting MP4 to MP3
An MP4 file is a container, not a codec: it typically holds an H.264 or H.265 video stream alongside an AAC audio stream. Converting MP4 to MP3 means demuxing the file, discarding the video track entirely, and re-encoding the audio to MP3. The video — usually 90% or more of the file size — is what makes MP4s large, so the resulting MP3 is dramatically smaller: a 200 MB video commonly yields a 4–8 MB audio file.
Under the hood this is the classic ffmpeg extraction: the video stream is dropped (the equivalent of the -vn flag) and the AAC audio is decoded to PCM, then encoded with LAME. Because the source audio is already lossy AAC, choose a generous MP3 bitrate — 192 kbps or higher — so the second lossy generation adds as little further degradation as possible. Transcoding lossy-to-lossy always costs a little quality; a higher target bitrate keeps that cost inaudible.
Typical uses include pulling a lecture or interview soundtrack for offline listening, converting a music performance video into a track for your library, extracting podcast audio published only as video, and grabbing dialogue for transcription. Only convert content you have the rights to use.
When you'd use this
Reasons to convert MP4 to MP3 usually come down to compatibility, file-size, or specific feature requirements. Common situations:
- An app or platform only accepts MP3 uploads.
- You need a feature unique to MP3 (e.g. lossless editing, chapter markers, smaller streaming size, etc.) that MP4 doesn't provide.
- You're optimising file size — modern formats often produce smaller files than the older format you started with.
- You need a single archival format across a project so files behave consistently in the same viewer.
How to do it in mp3.now
- Open the MP4 → MP3 tool on mp3.now.
- Drag your MP4 file onto the drop zone, or click Select files. You can drop a whole folder of files at once.
- The output is fixed to MP3. If the format supports extra options (bitrate, sample rate, channels, volume normalization), tweak them in the options panel.
- Click Convert. The job runs on our server and finishes in a few seconds for typical tracks.
- Download the result. Files stay in storage for 24 hours and are then permanently deleted.
The entire flow is free for the first 10 jobs per day with no signup required. A free account doubles that quota; a premium plan removes the limit entirely.
Tips and common pitfalls
- Choose 192 kbps or higher: the source AAC is already lossy, and a generous MP3 bitrate minimises second-generation loss.
- Audio extraction is much faster than video conversion — only the small audio stream is processed, so even long videos finish quickly.
- If the video has multiple audio tracks (e.g. commentary and original), the first/default track is extracted.
- A silent MP3 usually means the MP4 had no audio stream at all — check the source file in a player first.
- For voice-only videos (lectures, webinars) 128 kbps mono is plenty and keeps files small.