MP3 to AIFF Converter
Inspect any audio file's metadata in your browser and learn exactly how to convert MP3 to AIFF using free tools like FFmpeg.
Audio Metadata Inspector
Drop any audio file to see its properties and estimated AIFF size.
Convert with FFmpeg
The fastest, free, cross-platform conversion command:
ffmpeg -i input.mp3 output.aiff
Replace input.mp3 with your file path. FFmpeg is free at ffmpeg.org.
GUI alternatives
- fre:ac — free, open-source, Windows / macOS / Linux
- Audacity — free multi-track editor with AIFF export
- iTunes / Apple Music — macOS built-in AIFF export
- dBpoweramp — paid, batch conversion, Windows / macOS
Drop an audio file on the left to inspect its metadata
No file is uploaded — everything runs in your browser
Decoding audio metadata...
Duration
—
Sample Rate
—
Channels
—
Source File Size
—
Estimated AIFF Output
Raw PCM Size
—
(uncompressed)
AIFF (16-bit)
—
+overhead ~54 B
AIFF (24-bit)
—
1.5x 16-bit PCM
AIFF is uncompressed — the output size closely matches the raw PCM size plus a small header.
Your FFmpeg Command
ffmpeg -i input.mp3 output.aiff
MP3 vs. AIFF — What You Need to Know
MP3 (Lossy)
- Discards audio data permanently
- Re-encoding degrades quality further
- Very small file size (3–10 MB typical)
- Universal device compatibility
AIFF (Uncompressed)
- Zero quality loss — bit-perfect playback
- Preferred for Logic Pro, GarageBand, macOS
- 5–10x larger than equivalent MP3
- Less universal outside Apple ecosystem
Summary
Inspect any audio file's metadata in your browser and learn exactly how to convert MP3 to AIFF using free tools like FFmpeg.
How it works
- Drop any audio file (MP3, WAV, OGG, AAC) onto the inspector panel.
- The Web Audio API decodes the file and reads its sample rate, duration, and channel count.
- The inspector calculates the estimated uncompressed PCM size and projected AIFF file size.
- Use the recommended FFmpeg command or a desktop tool to perform the actual conversion.
- Verify the output AIFF file in your DAW or media player before deleting the source.
Use cases
- Prepare MP3 tracks for import into Logic Pro or GarageBand on macOS.
- Archive an MP3 music library in AIFF for compatibility with Apple hardware.
- Check a file's sample rate and channel layout before conversion.
- Estimate the disk space an AIFF archive will require.
- Verify audio properties without installing a desktop audio editor.
- Teach yourself the difference between lossy MP3 and uncompressed AIFF.
- Pre-screen files before a mastering or mixing session.
- Confirm stereo vs. mono layout before sending tracks to a collaborator.