Converters.live

OGG file format

OGG is Xiph.Org's open container, usually holding Vorbis audio: patent-free, better than MP3 at the same bitrate, and the default in game engines.

or drag & drop them here · images, video, audio and documents · up to 2 GB

What is OGG?

Ogg is the container; Vorbis is the codec normally inside it. Xiph.Org released Vorbis in 2000 explicitly as a patent-free answer to MP3, which at the time required licence fees from anyone shipping an encoder. That freedom is why open-source projects, Wikipedia and Linux distributions standardised on it long before MP3 patents expired.

On quality it beats MP3 at equal bitrate, particularly below 128 kbps, and it supports proper tags and multichannel audio. The catch has always been hardware: Apple never adopted it, and most car stereos and standalone players ignore it. Vorbis therefore lives where software controls playback rather than a chip.

Game development is its stronghold. Unity, Godot, Unreal and countless indie titles ship audio as Ogg Vorbis because there are no licensing costs per shipped copy and the decoder is small. Spotify also used Vorbis for years. Note that a .ogg file can also contain Opus, a newer Xiph codec, which older players will not decode.

Extension.ogg
CategoryAudio
MIME typeaudio/ogg
Released2000
Developed byXiph.Org Foundation
CompressionLossy
Ad slot — enable ads in public/ads.js · landing-article

OGG: frequently asked questions

Is OGG better than MP3?
At the same bitrate, generally yes — the difference is clearest below 128 kbps, where Vorbis holds detail that MP3 smears. The gap is small at 256 kbps and above. Compatibility, not quality, is the reason most people still choose MP3.
Why will iTunes or my iPhone not play OGG?
Apple has never added Vorbis support to its built-in players. It is a platform decision rather than a technical limitation; third-party apps like VLC play OGG on iOS perfectly well. To use Apple's own player, convert to MP3, AAC or M4A.
Does my .ogg file contain Vorbis or Opus?
Both are possible. Ogg is only the container. Files from the 2000s are almost always Vorbis; newer files, especially voice recordings, are often Opus. Any player that reports codec information will tell you, and old software may open one but not the other.
Why do so many games use OGG?
No licence fees per distributed copy, a small decoder that is easy to embed, and good quality at the low bitrates game audio typically uses. Unity, Godot and Unreal all support it natively, so it became the default for sound effects and music.
What quality setting should I use?
Vorbis uses quality levels roughly from -1 to 10 instead of a fixed bitrate. Level 5 lands near 160 kbps and suits most music; level 3 is fine for speech and background audio; levels above 8 spend a lot of extra space for very little gain.
Should I convert my OGG files to MP3?
Only if you need them on hardware that refuses OGG — a car stereo, an old player, a colleague on locked-down software. It is a lossy-to-lossy conversion, so encode at 256 kbps or higher to keep the second generation of artefacts inaudible.

Convert from OGG