Ogg
Cypherpunks (Talk | contribs) (→References: link to xiph wiki) |
|||
Line 32: | Line 32: | ||
== References == | == References == | ||
− | * [http://www.xiph.org/ogg/doc/ | + | * [http://www.xiph.org/ogg/doc/ Ogg documentation from xiph.org] |
+ | * [https://wiki.xiph.org/Ogg xiph.org wiki page for Ogg] | ||
* [http://www.xiph.org/ogg/doc/rfc3533.txt RFC 3533: The Ogg Encapsulation Format Version 0] | * [http://www.xiph.org/ogg/doc/rfc3533.txt RFC 3533: The Ogg Encapsulation Format Version 0] | ||
* [http://www.xiph.org/ogg/doc/rfc5334.txt RFC 5334: Ogg Media types] Redefines application/ogg and registers video/ogg and audio/ogg. | * [http://www.xiph.org/ogg/doc/rfc5334.txt RFC 5334: Ogg Media types] Redefines application/ogg and registers video/ogg and audio/ogg. |
Revision as of 05:25, 24 September 2016
Ogg is a multimedia container format, most commonly used with Vorbis and other codecs developed by the Xiph.Org Foundation. Ogg files start with the magic number "OggS"
.
Although the initial specification and IANA registration called for the .ogg extension and application/ogg MIME type, regardless of the type of media in the container, the September 2008 RFC 5334 changed that recommendation and registered audio/ogg and video/ogg MIME types with corresponding .oga and .ogv extensions for content that is primarily audio or video respectively. The .ogx extension was introduced for use with content that incorporated the OGG Skeleton and for which application/ogg remained appropriate. The .ogg extension was grandfathered to refer to OGG audio with a Vorbis audio encoding. The .spx extension should be used for an Ogg audio file using the Speex codec.
Because OGG formats are free and open-source, not proprietary as many other formats are, they are preferred by many "free-media" projects including Wikipedia, but this causes some issues for people attempting to view/listen to them, since some devices (e.g., Apple's iOS devices) don't support the OGG formats, and others (e.g., Windows PCs) don't have "out-of-the-box" support until you install codecs, plug-ins, or software for it. Some of the proprietary formats have wider support in consumer devices in their default configurations.
Contents |
Streams that can be placed in Ogg
Software
- Konvertor
- Windows Media Player codecs for some OGG formats
- OGG QuickTime components (OSX, Windows)
- Miro Video Converter (watch out for attempts to install annoying toolbars in installer, as is regretfully common these days)
Utilities
References
- Ogg documentation from xiph.org
- xiph.org wiki page for Ogg
- RFC 3533: The Ogg Encapsulation Format Version 0
- RFC 5334: Ogg Media types Redefines application/ogg and registers video/ogg and audio/ogg.
- Wikipedia: Ogg
- Ogg File Format, from Library of Congress resource on Sustainability of Digital Formats
- Ogg objections and Chris Montgomery's response