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
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
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
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
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.