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 means putting the same kind of AAC audio into a proper container — the codec stays AAC, though the stream is re-encoded at near-source quality rather than copied — 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.| Format | Codec inside | Lossy? | Metadata / art | Best for |
|---|---|---|---|---|
| M4A | AAC or ALAC | Depends (AAC lossy, ALAC lossless) | Full iTunes-style tags | Music libraries, Apple Music, podcasts |
| MP3 | MP3 | Yes | ID3 tags | Maximum compatibility |
| AAC (.aac) | AAC | Yes | Limited | Broadcast streams, intermediate files |
| OGG | Vorbis / Opus | Yes | Vorbis comments | Games, open-source apps |
| WAV | PCM | No | Minimal | Uncompressed editing intermediate |
| FLAC | FLAC | No | Vorbis comments | Lossless archival |
M4A and raw AAC share the same lossy AAC audio; the container is what adds reliable duration, seeking, and tags. Switch to MP3 only when you need a file that plays literally everywhere, or to FLAC/WAV when you need lossless.
.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.Not quite. Both formats carry the same AAC codec, but the conversion re-encodes the stream rather than copying it — there is no stream-copy mode — so a small generation loss occurs. It is inaudible in normal listening as long as the bitrate stays at or above the source. If you trim, resample, change channels, or pick a lower bitrate, it becomes a clearly lossy transcode like any other.
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. Moving the audio into 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 go back to a bare .aac bitstream — the codec stays AAC, though the stream is again re-encoded rather than copied. If you instead need a universally compatible lossy file, M4A to MP3 re-encodes to MP3.
About the same ballpark. The audio is re-encoded, so the exact size depends on the output bitrate: kept at or above the source bitrate, a 4-minute 256 kbps AAC comes out as an M4A of a similar size plus a small amount of container index and metadata overhead. A file balloons in size only if you switch to a lossless codec like ALAC, which is a different conversion.
They're the same underlying container — both are MPEG-4 Part 14 (ISO/IEC 14496-14). The difference is what's inside and what the extension signals: .mp4 usually carries video plus audio, while .m4a is Apple's convention for an audio-only MPEG-4 file. Apple adopted the .m4a extension so music players and file managers can tell audio-only files apart from videos at a glance. Technically you could rename an .m4a to .mp4 and the audio would still play, but keeping .m4a is what makes Apple Music, iTunes, and podcast apps treat it as a track rather than a movie.