How to convert FLAC to MP3 without uploading anything
The page loads a WebAssembly build of ffmpeg into your browser, decodes the FLAC to raw samples, and re-encodes them with libmp3lame at the bitrate you select. The FLAC is read from disk and never sent to a server.
Treat the MP3 as a derived copy. FLAC is bit-exact with the original recording; MP3 permanently discards the parts of the signal the psychoacoustic model decides you will not hear. That trade is worth making for a phone, and not worth making for an archive.
- Choose one FLAC file or drop it onto the upload area.
- Pick a bitrate: 320 kbps when the destination is good headphones or a stereo, 192 kbps when the file has to be small.
- Run the conversion and wait for the download button to appear.
- Download the MP3 and re-add the artist, title, and cover art, because tags are not carried over.
- Keep the FLAC file. It is the only copy with the full data in it.