FormatDrop
How-To Guide

How to Convert AIFF to AAC

AIFF files are enormous — a 3-minute song at CD quality occupies about 30 MB. AAC at 256 kbps sounds virtually identical to most listeners while occupying about 6 MB — an 80% reduction. AAC is the format used by Apple Music and YouTube, natively supported on every iPhone, iPad, Mac, Android device, and smart TV.

Step-by-step instructions

  1. 1

    iTunes/Apple Music on Mac (simplest for iTunes users)

    Select the AIFF tracks in your Music library. File → Convert → Create AAC Version. Music creates a 256 kbps AAC copy (the 'iTunes Plus' standard) with all metadata intact. This is the simplest method if your AIFF files are already in the Music library. To add AIFF files first: File → Add to Library → select the files.

    Go to converter
  2. 2

    FFmpeg with libfdk_aac or native AAC encoder

    Best quality AAC: `ffmpeg -i input.aiff -c:a libfdk_aac -b:a 256k output.m4a`. If libfdk_aac is not available (most package manager FFmpeg builds don't include it due to licensing): `ffmpeg -i input.aiff -c:a aac -b:a 256k output.m4a`. The native AAC encoder is good; libfdk_aac is slightly better at lower bitrates. For VBR: `ffmpeg -i input.aiff -c:a libfdk_aac -vbr 5 output.m4a` (VBR 1–5, 5 = highest quality).

  3. 3

    VLC (GUI, no command line)

    VLC → Media → Convert/Save → add AIFF file → Convert/Save → set profile to 'Audio - AAC (MP4)' → click the wrench to set bitrate (256 kbps recommended). Set the output filename with .m4a extension. Click Start. VLC's AAC encoder is functional but the quality is slightly lower than FFmpeg's native encoder or Apple's encoder for complex content.

  4. 4

    Permute 3 (Mac, drag-and-drop simplicity)

    Permute 3 is a Mac app (App Store or direct purchase). Drag AIFF files onto Permute. Select M4A/AAC as the output format and set bitrate to 256 kbps. Click the play button. Permute uses Apple's CoreAudio AAC encoder — the same one used by Apple Music — which is the best AAC encoder on macOS. All metadata is preserved.

Why convert AIFF to AAC?

AIFF at CD quality sounds perfect but wastes storage. AAC at 256 kbps sounds nearly identical while being 80% smaller — the format Apple built their entire music ecosystem on.

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

What AAC bitrate should I use for AIFF conversion?
256 kbps: Apple Music standard, transparent to most listeners, ~1 MB/4 minutes. 192 kbps: excellent quality, slightly smaller files, indistinguishable from 256 kbps for most content. 128 kbps: acceptable for casual listening, clearly inferior to the source on high-end audio equipment. For professional or archival use, consider FLAC (lossless) instead of AAC. Use 320 kbps only if the recipient requires high-bitrate AAC specifically — 256 kbps is typically sufficient.
Should I use .m4a or .aac extension for AAC files?
.m4a is the correct extension for AAC audio in an MPEG-4 container (the standard iTunes/Apple Music format). .aac is raw AAC audio without an MPEG-4 container wrapper — it's less compatible. Always use .m4a unless you have a specific reason to use raw AAC. The audio quality is identical; only the container differs. MP4 players (iPhones, Android, Windows Media Player) expect .m4a.
Is AAC or MP3 better for storing AIFF conversions?
AAC is technically better than MP3 at equivalent bitrates — it was designed as MP3's successor. AAC at 128 kbps sounds similar to MP3 at 160 kbps. Apple Music uses AAC at 256 kbps; that's the industry standard for high-quality compressed audio. Use MP3 if you need maximum hardware compatibility (older car stereos, cheap MP3 players) or if the recipient specifically requires MP3.
Convert AIFF to AAC Now — Free

No account. No upload. Works in any browser.