Step-by-step instructions
- 1
Method 1: Browser converter (fastest, no install)
Navigate to formatdrop.com → Audio Converter. Drop your M4A file. Select MP3 output, set bitrate to 320 kbps for maximum quality. Download. The conversion runs locally in your browser using WebAssembly-compiled FFmpeg.
Go to converter - 2
Method 2: Apple Music / iTunes
Open Apple Music (or iTunes on Windows). Import the M4A file into your library (File → Import). First, check your import settings: Music menu (Mac) or Edit menu (Windows) → Preferences → Files → Import Settings → set Import Using to MP3 Encoder and Quality to Custom: 320 kbps. Then select the track in your library → File → Convert → Create MP3 Version. The MP3 appears alongside the M4A in your library.
- 3
Method 3: VLC
VLC → Media → Convert/Save → Add M4A → Convert/Save. Profile: Audio - MP3. Output: choose filename.mp3. Click Start. VLC decodes the AAC and re-encodes to MP3.
- 4
Method 4: FFmpeg (best quality, command line)
ffmpeg -i input.m4a -c:a libmp3lame -q:a 2 output.mp3. The '-q:a 2' flag uses variable bit rate at approximately 190 kbps. For 320 kbps fixed: ffmpeg -i input.m4a -c:a libmp3lame -b:a 320k output.mp3. Add '-id3v2_version 3' to ensure MP3 ID3 tags are written correctly for older players.
Why convert M4A to MP3?
M4A stores AAC audio in an MPEG-4 container. AAC is technically superior to MP3, but MP3's 30-year head start means virtually every device that plays audio supports MP3. Car stereos manufactured before 2015 usually support USB playback of MP3 only. Many Bluetooth speakers, portable radios, and DVD players handle MP3 but reject M4A. For Apple-only environments, M4A is the better format. For mixed environments where you need broad compatibility: MP3.
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 converting M4A to MP3 reduce audio quality?
How do I convert M4A to MP3 on iPhone?
Will metadata (artist, album, cover art) be preserved?
No account. No upload. Works in any browser.