Step-by-step instructions
- 1
FFmpeg (command line, any OS)
Best quality: `ffmpeg -i input.m4a -c:a libmp3lame -b:a 320k -id3v2_version 3 output.mp3`. Standard quality: `ffmpeg -i input.m4a -c:a libmp3lame -q:a 2 output.mp3` (VBR ~190 kbps, widely considered 'transparent'). The -q:a flag uses LAME VBR (0=best, 9=worst). For batch: `for f in *.m4a; do ffmpeg -i "$f" -c:a libmp3lame -q:a 2 "${f%.m4a}.mp3"; done`. Add `-map_metadata 0` to preserve iTunes metadata in the MP3.
Go to converter - 2
iTunes/Music app on Mac (simplest for Apple users)
Open Apple Music (or iTunes on older macOS). Preferences → Files → Import Settings → Import Using: MP3 Encoder → Setting: Custom (set to 320 kbps CBR or 'iTunes Plus' for 256 kbps AAC). Select the ALAC tracks in your library. File → Convert → Create MP3 Version. Apple Music creates MP3 copies in your library and preserves all metadata.
- 3
VLC (GUI, Windows/Mac/Linux)
Open VLC. Media → Convert/Save → Add the M4A/ALAC file → click Convert/Save. In the Profile settings, select Audio - MP3. Click the wrench to configure: set bitrate to 192 or 320 kbps. Name the output file with .mp3 extension. Click Start. VLC processes the file in the background — check the timeline progress bar.
- 4
fre:ac or dBpoweramp (Windows, batch)
fre:ac (free): download from freac.org. Add all M4A files. Set encoder to LAME MP3. Set bitrate to 320 kbps CBR or use the VBR preset. Set output folder. Click Convert. Handles hundreds of files automatically, preserves metadata. dBpoweramp (paid): right-click files in Explorer → Convert To → MP3 → set LAME quality. Both apps preserve album art and all ID3 tags.
Why convert ALAC to MP3?
ALAC is a perfect archive format but impractical for devices that need compatibility over fidelity. MP3 at 320 kbps is universally accepted and sounds excellent for casual listening.
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 MP3 bitrate should I use for ALAC conversion?
Should I use CBR or VBR for MP3?
Will converting ALAC to MP3 delete my original files?
No account. No upload. Works in any browser.