Opus is an open, royalty-free audio codec that provides high-quality compression for both speech and general audio. It is suitable for various applications, including voice over IP (VoIP) and streaming.
Common Uses
Voice calls
Low-latency streaming
Web audio
Opus Transformation FAQ
What is an Opus audio file?
+
Opus 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 Opus to another lossy format causes generational quality loss; convert from a lossless master when possible.
How much quality has already been lost in an Opus file?
+
Whatever the original encoder decided to discard, and it cannot be recovered. Opus 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. Opus scales from 6 kbps mono speech to 510 kbps stereo music in the same bitstream and switches modes automatically.
Why is so much web content delivered as Opus?
+
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. Opus is the best-sounding lossy codec at low bitrates by a clear margin, and it powers WhatsApp voice notes, Discord and WebRTC.
Do the artist, album and cover art on my Opus survive conversion?
+
They do where the target format has somewhere to put them. Opus 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.
Can an Opus 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.
Is Opus too new to be widely supported?
+
Less so every year, but the gap is real. Software support arrived quickly; hardware support only comes with new devices, and the phone, television or player in front of you may simply predate it. Where it is supported it is measurably better than the format it replaces, which is why it is worth converting into for delivery and worth converting out of for compatibility.
Will Opus play directly in a web page?
+
Yes. Opus 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 Opus 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 Opus lossy or lossless?
+
Opus is lossy — the encoder removes data the encoder judges to be inaudible to reach a small file size. Opus is almost never supported by standalone hardware — assume software playback only, and expect car stereos to ignore it.
What should I convert Opus to for sharing?
+
For email and social-media sharing, convert Opus to MP3 — universal playback and small file size. For high-fidelity sharing with audiophiles, convert to FLAC or WAV to preserve the original quality.