Initializing... drag & drop files here
Supports: OGG
Both formats come from the Xiph.Org Foundation and both are royalty-free, which is why they are so often confused. They are not interchangeable. The Vorbis codec inside a typical .ogg is lossy: it discarded audio data at encode time to get small. FLAC is lossless: it compresses without discarding anything, and decodes back to the exact samples it was given.
So the short answer is: converting .ogg to .flac does not make the audio better, and it will make the file bigger. It is still the right move when a library, player or editing tool insists on a lossless format and refuses Vorbis — which is common, because FLAC is supported far more widely on hardware than Ogg Vorbis is. Do it for compatibility and for a stable master you can edit without stacking further lossy generations, not for fidelity.
| Property | OGG (Vorbis) | FLAC |
|---|---|---|
| Compression | Lossy transform coding | Lossless — decodes to the exact input samples |
| Formal specification | Vorbis I specification; Ogg container in IETF RFC 3533 | IETF RFC 9639, published 19 December 2024 |
| Origin | Xiph.Org; reference implementation 1.0 in 2002 | Josh Coalson, 2001; a Xiph.Org project since 2003 |
| Licence | Royalty-free | Royalty-free, with a reference implementation under BSD/GPL terms |
| Typical bitrate | ~45–500 kbit/s depending on the quality setting used | Whatever the material needs — meaningfully smaller than raw PCM, far larger than any lossy encode |
| Relative size, same audio | 1× | Usually several times larger than the Vorbis file it came from |
| Bit depth | Not applicable — a coded stream, decoded to float | Up to 32-bit integer since RFC 9639 |
| Metadata | Vorbis comments | Vorbis comments, plus a dedicated picture block for cover art |
| Editing behaviour | Re-encodes lossily on every save | Sample-accurate, no generation loss |
| Browser support | Chrome 4+, Firefox 3.5+, Edge 17+, Opera 11.5+; not Safari | Chrome, Edge, Opera; Firefox 51+ desktop, Safari 11+ |
| Hardware support | Patchy on car stereos and hi-fi streamers | Broad — most modern DAPs, streamers and network players list FLAC |
| Best for | Streaming, game audio, download size | Archiving, editing masters, lossless libraries |
.ogg outright..ogg onto the page or click "Add Files" to browse. Several files can be queued and converted with the same settings in one batch..flac. Files are uploaded over an encrypted connection, converted on our servers and deleted automatically after a few hours — no sign-up, no watermark.There is no bitrate or quality control on this page and there should not be: FLAC has no quality parameter to set. The only size lever is the compression level, and it never touches the audio.
| Level | What it does | Use it when |
|---|---|---|
| 1–3 | Shallow search for the best predictor per block; fastest encode, largest FLAC | Converting a big batch and turnaround matters more than a few percent of size |
| 4–7 | The middle ground most encoders default to | A sensible compromise if you are converting hundreds of files |
| 8 | The top level the FLAC reference encoder itself offers | Matching what most ripping software produces |
| 9–12 | Extended levels beyond the reference encoder's range; exhaustive search, slowest | One-off archival encodes where the smallest file wins and time is free |
The gains taper sharply — most of the size reduction is already achieved by the middle of the range, and the top levels buy a small extra percentage for a large increase in encode time. Since the source here is already lossy, the absolute savings are modest either way: Vorbis has removed most of the redundancy FLAC would otherwise exploit.
No, and no tool can. Vorbis is a lossy transform codec — at encode time it permanently discarded detail it judged inaudible. FLAC then losslessly preserves whatever it is handed, which is the already-reduced audio. The result is a bit-perfect copy of a lossy recording in a much larger file. The only way to get genuine lossless audio is to encode from a lossless source; if you have the original, WAV to FLAC is the conversion that is lossless end to end.
Because the two formats target completely different things. Vorbis reaches its size by deleting audio data; FLAC reaches its size by finding mathematical redundancy and keeping every sample. A lossy file has already had most of that redundancy removed, so FLAC has little left to exploit and the output lands much closer to raw PCM than to the Vorbis original. The exact multiple depends on the bitrate the .ogg was encoded at — low-bitrate sources expand the most.
Yes, in the precise technical sense: the FLAC decodes back to exactly the samples that came out of the Vorbis decoder, bit for bit. What it is not is a lossless copy of the original recording, because that chain was broken the moment the .ogg was encoded. Both statements are true at once, and confusing them is where "upconverting" myths come from.
Nothing. It only changes how hard the encoder searches for a compact representation. Levels 1 and 12 produce files of different sizes that decode to identical audio — you can verify this by comparing checksums of the decoded PCM. Higher levels take longer to encode and are slightly smaller; the audio is untouched at every setting.
Usually, because both formats use the same tagging system — Vorbis comments, a free-form set of key/value pairs. Standard fields such as TITLE, ARTIST, ALBUM and DATE map straight across. Embedded artwork and unusual custom fields are the most likely things to differ, since FLAC stores pictures in a dedicated metadata block rather than as a comment. Check them in your player after converting if exact tag fidelity matters.
Support is broad on both fronts. MDN lists FLAC as playable in Chrome, Edge and Opera, in Firefox 51 and later on desktop, and in Safari 11 and later — noticeably wider than Ogg Vorbis, which Safari does not support at all. On hardware, most modern digital audio players, network streamers and phones handle FLAC, though some budget car head units and older devices still do not. Check for "FLAC" in the specification sheet before assuming it works.
Only if a tool in your chain requires it. Storing a lossy library as FLAC multiplies your storage for no audible benefit — the quality ceiling was fixed when the Vorbis encode happened. A real lossless archive starts from CDs, uncompressed masters or lossless downloads. If you want a smaller library instead, compress-flac and the Audio Compressor work the other direction.
Yes, with FLAC to OGG — but understand what that does. Encoding a lossy-derived FLAC back to Vorbis is a second lossy generation, so it will sound slightly worse than the .ogg you started with. If both files exist, keep the original .ogg rather than round-tripping. Round-trip only when the original is genuinely gone.