Why convert M4A to AAC?
A device or app may only accept a raw .AAC ADTS stream and refuse the MP4 container that .m4a uses. Some streaming and broadcast workflows also require a bare AAC bitstream for muxing or embedding. Outside those specific requirements, most modern players handle .m4a natively, so conversion is rarely necessary.
How to convert M4A to AAC
Apple iTunes / Apple Music FREE
Add your file to the library, go to File > Convert > Create AAC Version, then locate the new file and rename it .aac.
fre:ac FREE
Open your .m4a in fre:ac, select the AAC encoder from the output format menu, and click Convert.
Freemake Audio Converter FREE
Add your .m4a, click the AAC output button, and hit Convert - batch conversion is supported.
Command line - ffmpeg CLI
Run ffmpeg -i in.m4a -c copy out.aac for a lossless stream copy; use -c:a aac -b:a 192k instead if re-encoding is needed.
Programs that convert M4A
About these formats
An M4A file is an MPEG-4 audio file - the audio-only version of an MP4, usually containing AAC (lossy) or ALAC (Apple Lossless) audio. It plays natively on Windows 11, macOS, iPhone, and…
Open .M4A details →An AAC file contains lossy compressed audio encoded with Advanced Audio Coding, the format that replaced MP3 as the default for iTunes, YouTube and digital broadcasting. It plays in VLC,…
Open .AAC details →Quality & what to watch
- When the
.m4acontains AAC (the common case), a stream-copy conversion is lossless; re-encoding with a GUI tool adds a small additional quality penalty. - If the
.m4aholds ALAC (Apple Lossless), converting to.aacis always lossy - there is no way to preserve the lossless quality in a raw AAC file. - Raw
.aacfiles carry no metadata, cover art, or chapter markers;.m4apreserves all of those.
Frequently asked questions
Does converting M4A to AAC lose quality?
-c copy - the audio bytes are moved unchanged. Re-encoding with any GUI tool causes a small additional loss.Can I just rename .m4a to .aac?
.m4a is an MP4 container; .aac is a raw ADTS bitstream. Renaming does not change the file structure and most players that check the actual format will reject it.What is the difference between .m4a and .aac?
.m4a wraps it in an MP4 container with metadata and cover art support, while .aac is a bare bitstream with no tags or artwork.