AnyFormat

00 MP4 → MP3

MP4 to MP3

Extracts the audio track. The video never has to be decoded.

Drop files or a folder here

or choose from your device · paste with ⌘V / Ctrl+V

.mp4 .m4v

03Options 5

Right for speech, wrong for music. At a fixed quality the file size does not change — but mono tolerates a much lower quality than stereo, so combine the two to actually shrink the file.

Leave at 0 for the whole file.

0 means run to the end.

  • No upload The conversion runs in this tab. Your file never travels — not to us, and not to the advertising.
  • No sign-up, no email, no daily cap There is no account system to sign up to.
  • No size limit we invented Only your device's memory — about ~2 GB on a desktop browser, ~400 MB on a phone.
  • Turn your Wi-Fi off and convert anyway The conversion needs nothing but this page. Ads will not load without a connection; your file will still convert. That is the whole claim, and it takes five seconds to check.

Pulls the audio track out of an MP4 and writes it as an MP3. Nothing is uploaded — the demuxing and encoding happen in this tab, which is why there is no size cap and no queue.

It extracts rather than converts, and that matters

An MP4 is a container holding separate video and audio tracks. Getting an MP3 out of it means finding the audio track, decoding it, and re-encoding it as MP3 — the video is discarded before anything touches it.

That has a useful consequence. Browsers cannot decode HEVC, which is what an iPhone records in by default, so a browser often cannot play an iPhone video. It can still extract its audio perfectly, because the video codec is never invoked. A conversion that decoded the whole file would fail on exactly the files people most often have.

How MP3 encoding works without a server

Browsers decode MP3 but do not encode it — there is no MP3 encoder in WebCodecs. The encoding here is LAME, the reference open-source MP3 encoder, compiled to WebAssembly and loaded only when you actually convert to MP3.

It is the same encoder desktop software has used for twenty years, producing standard files that play everywhere. Because it is fetched on demand, pages that convert to WAV or M4A never download it.

This is a second lossy compression

The source was almost certainly already lossy, and encoding to MP3 discards a little more. The effect is called generation loss and it compounds with every pass.

At the High setting, one generation is inaudible on ordinary material. It becomes audible when the source was already poor — a low-bitrate stream, a voice recording from a phone — or when the file has been through several conversions already.

Where you have a choice, convert once from the best source you have rather than from something already converted.

What you can control

Quality sets the bitrate. High is the default and is transparent for music. Low produces a much smaller file and is fine for speech.

Mono is the right choice for a lecture, an interview or a podcast where both channels carry the same thing. On its own it does not shrink the file — the encoder holds the bitrate — but it lets you drop the quality much further before anything is audible, and that is where the saving comes from.

Sample rate is best left alone unless the file is speech, where 22 kHz saves space with no perceptible loss.

Trim takes a section without a separate editing step — useful for pulling one song out of a long recording.

Formats a browser genuinely cannot read

The decoding here is the browser's own, which is fast and needs no download — and which has real gaps.

WMA (Windows Media Audio), AC-3 and DTS (cinema surround tracks), AMR (old phone voice recordings) and RealAudio are not decodable by any browser. If your file uses one you are told which, rather than being left with a failure that says nothing.

HEVC video cannot be decoded either — but that does not matter here. Extracting audio discards the video track before anything tries to decode it, so an iPhone recording converts perfectly well even though the browser could not play its picture.

Other names for this

Also searched as “mp4 to audio”, “extract audio from mp4”, “video to mp3”, “convert mp4 to mp3 free”.

Questions

Is there a file size limit?
None that we impose. The ceiling is your device’s memory — about 2 GB in a desktop browser and 400 MB on a phone. A two-hour video is comfortably within that.
Will it work on a video from my iPhone?
Yes. iPhone video uses HEVC, which browsers cannot decode — but the video track is discarded before decoding, so the audio comes out fine.
What bitrate does it produce?
The Quality setting chooses it. High is around 192 kbps, which is transparent for music; Low is much smaller and suits speech.
My file has several audio tracks.
The first is used, and you are told how many there were. Multiple tracks usually mean alternative languages or a commentary.
Why does my purchased file fail?
If it is DRM-protected — an Apple Music download, an Audible book, a rented film — it cannot be converted. That is what the protection is for, and no converter can or should get around it.
Is my file uploaded?
No. The demuxing, decoding and encoding all happen in this tab using the browser’s own media stack plus a WebAssembly encoder. A recording can be an interview, a lecture, a private call — none of it is transmitted. Turn your Wi-Fi off after the page loads and it still works.
How large a file can I convert?
There is no imposed limit, only your device’s memory — around 2 GB in a desktop browser and 400 MB on a phone, since the file is held in memory while it converts. A two-hour video converts in well under a minute on a laptop.
Can I convert several files at once?
Yes. Drop as many as you like, or a whole folder. Each keeps its original name with the new extension, and you can download them individually or as a ZIP.