Step-by-step instructions
- 1
FFmpeg (command line, any OS)
Lossless conversion: `ffmpeg -i input.aiff -c:a flac output.flac`. No quality settings needed — FLAC is lossless at all compression levels. For FLAC compression level (affects encoding speed and file size, not quality): `ffmpeg -i input.aiff -c:a flac -compression_level 8 output.flac` (level 8 = maximum compression, level 0 = fastest). Batch: `for f in *.aiff; do ffmpeg -i "$f" -c:a flac "${f%.aiff}.flac"; done`.
Go to converter - 2
XLD on Mac (preserves all metadata)
Download XLD from sourceforge.net/projects/xld. In Preferences, set Output Format to FLAC. Drag AIFF files into XLD. XLD converts them to FLAC in the same folder (or a specified output folder). XLD handles AIFF metadata (title, artist, album art) and maps it to FLAC/Vorbis comment tags correctly — FFmpeg sometimes drops uncommon AIFF chunks.
- 3
dBpoweramp on Windows
Install dBpoweramp and the FLAC codec from its Codec Central. Right-click the AIFF files in File Explorer → 'Convert To' → choose FLAC → set Compression Level to 8 (still lossless). dBpoweramp preserves all metadata including embedded cover art. It can batch-convert entire folders and includes built-in AccurateRip verification for ripped CDs.
- 4
Audacity (GUI, when you need editing too)
Open Audacity. File → Import → Audio → select the AIFF file. Once imported (as uncompressed PCM internally), File → Export → Export as FLAC. Set the bit depth to match the original AIFF (usually 16-bit or 24-bit). Quality level affects compression ratio, not audio fidelity. Audacity is useful when you want to trim, normalize, or edit before exporting — otherwise FFmpeg is faster.
Why convert AIFF to FLAC?
AIFF and WAV are both uncompressed — they're massive. FLAC gives you the same lossless quality at half the storage footprint, supported everywhere outside Apple's native apps.
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 AIFF to FLAC conversion lose any audio quality?
How much smaller will FLAC be compared to AIFF?
Can I convert AIFF to FLAC on my iPhone or iPad?
No account. No upload. Works in any browser.