Takes the audio out of an MP4 and puts it in an M4A. Both use the same container family and MP4 audio is already AAC — so this is the cleanest possible way to get audio out of a video.
Why this beats converting to MP3
Converting the same file to MP3 means decoding the AAC and re-encoding into a less efficient codec. If the target accepts M4A, this is strictly the better choice: identical audio, smaller file, no loss.
What M4A will not play on
This copies the audio rather than re-encoding it
Other names for this
Also searched as “mp4 to aac”, “extract m4a from mp4”.
Questions
- Is any quality lost?
- Effectively none. The audio is AAC in both, so it is a container change rather than a re-encode.
- Should I use this or MP4 to MP3?
- This one, if the target accepts M4A — it is smaller and loses nothing. MP3 only when something specifically requires 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.