Initializing... drag & drop files here
Supports: AAC
AAC and M4A are not really competing formats: AAC is an audio codec (the compressed sound data), and M4A is an MPEG-4 container that usually holds exactly that AAC data plus metadata. So "converting" a raw .aac stream to .m4a normally means rewrapping the same audio into a container — instant and lossless, with no re-encoding — which fixes the playback and tagging problems raw AAC files have. Convert to M4A when you want broad player support, accurate track duration, and embedded title/artist/artwork; keep raw AAC only when a tool specifically demands a bare stream.
| Property | AAC (.aac) | M4A (.m4a) |
|---|---|---|
| What it is | Audio codec / raw bitstream | MPEG-4 container (file wrapper) |
| Standard | ISO/IEC 14496-3 (MPEG-4 Part 3) | ISO/IEC 14496-14 (MPEG-4 Part 14) |
| Holds | Just AAC audio | AAC (lossy) or ALAC (lossless) audio |
| Lossy? | Yes — lossy compression | Depends on codec inside (AAC = lossy, ALAC = lossless) |
| Metadata / album art | Limited; many players ignore tags | Full iTunes-style tags, chapters, artwork |
| Duration / seeking | Often wrong on raw streams | Reliable duration and seeking |
| Typical use | Broadcast streams, intermediate files | Music libraries, Apple Music, podcasts |
| Plays in | Some players reject bare .aac |
Apple Music, iTunes, VLC, Windows Media Player, most phones |
.aac bitstream (some broadcast and embedded pipelines do)..m4a is the expected extension..aac file onto the page or click "Add Files" to browse. You can queue several files to convert with the same settings..m4a. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark.Yes, as long as you do not change the audio. Both formats carry the same AAC codec, so the default conversion copies (rewraps) the AAC stream into an M4A container without re-encoding, leaving it bit-for-bit identical to the original. Quality only drops if you trim, resample, change channels, or pick a lower bitrate — those steps require re-encoding.
Almost, but not quite. AAC is the codec that compresses the sound; M4A is the MPEG-4 Part 14 container (ISO/IEC 14496-14) that holds it. A .m4a file usually contains AAC audio, which is why they are so often confused — but M4A can also hold Apple Lossless (ALAC), and a raw .aac file has no container at all.
Raw .aac streams carry little to no metadata, so there is rarely anything to lose. The benefit runs the other way: once your audio is in an M4A container it can hold full iTunes-style tags, cover art, and podcast chapters that bare AAC could not store reliably.
A bare AAC bitstream has no container index, so many players either refuse it or guess the length and break seeking. Wrapping the same audio in an M4A container adds the timing and structure metadata players expect, which is the main practical reason to convert AAC to M4A.
M4A is the audio-only MPEG-4 extension Apple itself uses, so it plays natively in Apple Music, iTunes, and on iPhone, iPad, and Mac. On Android most modern players and the stock player handle M4A/AAC; VLC plays it everywhere if a particular app does not.
Yes. Use M4A to AAC to unwrap the container back to a bare .aac bitstream, again without re-encoding when the codec is already AAC. If you instead need a universally compatible lossy file, M4A to MP3 re-encodes to MP3.
Essentially the same. In our testing, rewrapping a 4-minute 256 kbps AAC stream produced an M4A within a few kilobytes of the source — the only added bytes are the container's index and any metadata. A file balloons in size only if you switch to a lossless codec like ALAC, which is a different conversion.