Step-by-step instructions
- 1
Method 1: FFmpeg (Terminal, best control)
Install FFmpeg via Homebrew: `brew install ffmpeg`. Convert a single file: `ffmpeg -i input.flac -codec:a libmp3lame -qscale:a 2 output.mp3`. For batch conversion of all FLAC files in the current folder: `for f in *.flac; do ffmpeg -i "$f" -qscale:a 2 "${f%.flac}.mp3"; done`.
Go to converter - 2
Method 2: VLC for Mac
Open VLC → Media → Convert/Save. Click Add and select your FLAC file. Click Convert/Save. In the Profile dropdown, select Audio – MP3. Click the wrench icon to set bitrate (192 or 320 kbps). Choose output destination. Click Start.
- 3
Method 3: XLD (X Lossless Decoder)
Download XLD from tmkk.undo.jp/xld. It is a free, Mac-only lossless audio converter. Open XLD → Preferences → Output Format → set to MP3 (LAME). Drag FLAC files onto the XLD window. XLD converts them to MP3 automatically. XLD is popular among audiophiles for its accurate LAME integration.
- 4
Method 4: Finder drag-and-drop with Apple Music
Open Apple Music (or iTunes). Drag the FLAC file into the Music library — it imports and converts to Apple's internal format. Then select it, go to File → Convert → Create MP3 Version (after setting import format to MP3 in Preferences). This is indirect but works without Terminal for single files.
Why convert FLAC to MP3?
FLAC lossless files don't sync to iPhone, don't play in many car audio systems, and aren't accepted by some streaming platforms. Converting to MP3 on Mac makes your lossless music collection portable and universally compatible.
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 when converting FLAC?
Does Mac support FLAC natively?
Is XLD or FFmpeg better for FLAC to MP3 conversion on Mac?
No account. No upload. Works in any browser.