Difference between revisions of "Ogg"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Added "about" template.)
 
(11 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
{{stub}}
 +
{{about|the container format|the audio compression format|Vorbis}}
 +
'''Ogg''' is a multimedia container format, and the native file and stream format developed by the Xiph.Org Foundation, for their multimedia codecs. It is an open format free for anyone to use. It is usually used to store [[Vorbis]] audio (or, less commonly, [[Theora]] video), and because of this, "Ogg" has been used incorrectly to refer to Vorbis.
  
 +
For more details, see [http://www.xiph.org/ogg/ Xiph's explanation of the Ogg container].
  
 +
== Features ==
 +
* encapsulation and interleave of multiple data streams,
 +
* packet framing
 +
* error detection
 +
* seeking
  
 +
All in a small, bounded percentage bitrate overhead.
  
 +
== Specification ==
 +
Ogg format specification is now published within the IETF in the following [[RFC]]s:
  
<div id="wikitikitavi" style="overflow:auto; height: 1px; ">
+
* [http://ietf.org/rfc/rfc3533.txt RFC 3533 The Ogg Encapsulation Format Version 0]
[[http://WTHP1.coolhost.biz] [WTHPD1]]
+
* [http://ietf.org/rfc/rfc5334.txt RFC 3534 The application/ogg Media Type]
[http://WTHP2.coolhost.biz  WTHPD2]
+
 
[[http://WTHP3.coolhost.biz | WTHPD3]]
+
== External links ==
[http://WTHP4.coolhost.biz | WTHPD4]
+
* [http://www.xiph.org/ogg Ogg] on Xiph.org
[WTHPD5 | http://WTHP5.coolhost.biz]
+
* {{wikipedia|Ogg}}
[[http://WTHP6.coolhost.biz WTHPD6]]
+
 
</div>
+
[[Category:Container Formats]]

Latest revision as of 13:41, 7 October 2018

Ogg is a multimedia container format, and the native file and stream format developed by the Xiph.Org Foundation, for their multimedia codecs. It is an open format free for anyone to use. It is usually used to store Vorbis audio (or, less commonly, Theora video), and because of this, "Ogg" has been used incorrectly to refer to Vorbis.

For more details, see Xiph's explanation of the Ogg container.

Features

  • encapsulation and interleave of multiple data streams,
  • packet framing
  • error detection
  • seeking

All in a small, bounded percentage bitrate overhead.

Specification

Ogg format specification is now published within the IETF in the following RFCs:

External links

  • Ogg on Xiph.org
  • Ogg on Wikipedia