Difference between revisions of "Opus"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page, my own synthesis)
 
(Encoding support)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Codec audio|id=opus|for=[[ogg]]}}
+
{{Codec audio|id=opus|encoder=y|for=[[ogg]]}}
 
{{Website|Opus-codec|https://opus-codec.org/}}
 
{{Website|Opus-codec|https://opus-codec.org/}}
 
{{Xiph|OpusFAQ}}
 
{{Xiph|OpusFAQ}}
Line 6: Line 6:
  
 
Opus is a general-purpose high-quality low-latency [[lossy]] audio codec created by the [[Xiph.org Foundation]]. The Opus developers claim it makes other lossy audio codecs obsolete (including [[Vorbis]] and [[MP3]]) and recommend it over [[Speex]] as a speech codec.
 
Opus is a general-purpose high-quality low-latency [[lossy]] audio codec created by the [[Xiph.org Foundation]]. The Opus developers claim it makes other lossy audio codecs obsolete (including [[Vorbis]] and [[MP3]]) and recommend it over [[Speex]] as a speech codec.
 +
 +
== Source code ==
 +
* {{VLCSourceFile|modules/codec/opus.c}}

Latest revision as of 19:44, 24 February 2019

opus
This is an audio codec. The name to use at the command line is opus.
VLC can encode using this codec.
This codec can be used inside the ogg containers.

Opus is a general-purpose high-quality low-latency lossy audio codec created by the Xiph.org Foundation. The Opus developers claim it makes other lossy audio codecs obsolete (including Vorbis and MP3) and recommend it over Speex as a speech codec.

Source code