Step-by-step instructions
- 1
Convert with iTunes / Apple Music
Open iTunes (Windows) or Music (Mac). Go to Preferences → Files → Import Settings → Import Using: AAC Encoder. Select your MP3 files in the library. Right-click → Create AAC Version. iTunes creates AAC copies alongside the originals. This uses Apple's own AAC encoder — excellent quality output.
Go to converter - 2
Convert with FFmpeg
Install FFmpeg. Single file: `ffmpeg -i input.mp3 -c:a aac -b:a 192k output.m4a`. For high quality VBR: `ffmpeg -i input.mp3 -c:a aac -q:a 1 output.m4a`. Batch: `for f in *.mp3; do ffmpeg -i "$f" -c:a aac -b:a 192k "${f%.mp3}.m4a"; done`.
- 3
Set the right bitrate
AAC is more efficient than MP3 — AAC at 128 kbps sounds comparable to MP3 at 192 kbps. Recommended: 128 kbps for speech or podcasts, 192 kbps for music (transparent for most listeners), 256 kbps for high-quality music listening. VBR with `-q:a 1` in FFmpeg gives excellent results.
- 4
Import to Apple Music or iPhone
Add the .m4a files to your Music library by dragging them into the app. Sync to iPhone via Finder (Mac) or iTunes (Windows). AAC .m4a files play natively on all Apple devices and AirPods without any compatibility issues.
Why convert MP3 to AAC?
AAC is the native audio format of Apple's ecosystem — better efficiency than MP3 and native support in every Apple device. Converting your MP3 library to AAC makes it a first-class citizen in iTunes, Music app, and iPhone.
Your files never leave your device
FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.
Frequently asked questions
Does MP3 to AAC lose quality?
What is the difference between AAC and M4A?
Why should I convert MP3 to AAC for iPhone?
No account. No upload. Works in any browser.