OGG Vorbis presents first-rate audio compression comparable to MP3 but completely free and open-source.
Common Uses
Open-source audio applications
Game audio and sound effects
Streaming audio absent licensing fees
OGG Conversion FAQ
What is an OGG audio file?
+
OGG is a lossy audio format. The encoder discards inaudible frequencies and masked sounds to reach file sizes roughly a tenth of an uncompressed equivalent. Re-encoding OGG to another lossy format causes generational quality loss; convert from a lossless master when possible.
How much quality has already been lost in an OGG file?
+
Whatever the original encoder decided to discard, and it cannot be recovered. OGG compresses by modelling what the ear will not notice — quiet sounds sitting under loud ones, frequencies at the edges of hearing — and permanently removing it. At a healthy bitrate that is inaudible to almost everyone. What it is not is reversible, so converting to a lossless format preserves the current state rather than restoring the original. Vorbis inside OGG is lossy and uses variable bitrate by default, so quality is set as a level rather than a fixed kbps figure.
Why is so much web content delivered as OGG?
+
Because it was designed for exactly that job: small files, fast start, no plugin and no licence to worry about. That makes it excellent at delivery and unremarkable at everything else — editing tools, phone galleries and older devices frequently ignore it. Converting to a general-purpose format is what makes downloaded content usable off the web. OGG Vorbis beats MP3 at equal bitrate and carries no licensing cost, which is why game engines and open-source software adopted it wholesale.
Do the artist, album and cover art on my OGG survive conversion?
+
They do where the target format has somewhere to put them. OGG carries tags and embedded artwork as part of the file, and a conversion copies over every field the destination understands. Uncompressed targets are the exception — they were specified before tagging was a normal expectation and keep almost nothing, so a library converted that way arrives as a wall of untitled tracks.
Is OGG being phased out?
+
It is not going away abruptly, but its share of new files keeps shrinking and fewer new tools bother to support it. Existing files stay readable for a long time yet. The practical position is that keeping an archive in this format is fine, while starting a new workflow in it means accepting an increasingly narrow set of software.
Can an OGG file carry a 5.1 surround mix?
+
Yes — the format handles more than two channels properly, so a surround mix keeps its channel layout rather than being folded to stereo on the way in. Whether you hear it as surround depends on the far end: a receiver will decode all the channels, a phone will downmix at playback time regardless. Converting to a stereo-only format makes that fold permanent.
Will OGG play directly in a web page?
+
Yes. OGG is among the audio formats browsers decode natively, so it can be dropped into an audio element or a podcast player and it works everywhere without a plugin or a fallback file. That makes it a safe publishing target, and it is why converting an exotic recording into this format is usually the shortest path to getting it playable on a site.
What bitrate should I convert my OGG files to?
+
Match the destination, not the source. For music, 256 to 320 kbps is transparent to nearly every listener; for speech and podcasts, 96 to 128 kbps is plenty and halves the file again. Encoding above the source bitrate is wasted space — it faithfully preserves audio that has already been through a lossy pass and recovers nothing the first encoder discarded.
Is OGG lossy or lossless?
+
OGG is lossy — the encoder removes data the encoder judges to be inaudible to reach a small file size. OGG has poor hardware support — car stereos, older iPods and many TVs will not see the file at all.
What should I convert OGG to for sharing?
+
For email and social-media sharing, convert OGG to MP3 — universal playback and small file size. For high-fidelity sharing with audiophiles, convert to FLAC or WAV to preserve the original quality.