OGG Container: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 45: | Line 45: | ||
=== See Also === | === See Also === | ||
* [https://en.wikipedia.org/wiki/Ogg Ogg description on Wikipedia] | |||
* [https://www.xiph.org/ogg/doc/rfc3533.txt OGG official file format (rfc3533.txt)] | * [https://www.xiph.org/ogg/doc/rfc3533.txt OGG official file format (rfc3533.txt)] | ||
<br/><br> | <br/><br> | ||
Revision as of 17:04, 27 November 2021
Back to index | Edit this page
OGG
- Format Type : Audio / Video / Text / Metadata
- Endian Order : Little Endian
- Signature : OggS
Format Specifications
//header
4 bytes (char) - signature // "OggS"
1 byte (uint8) - version // 0x00
1 byte (uint8) - header type flag // e.g. 0x02
8 bytes (uint64) - granule position // can be 0x00
4 bytes (uint32) - bitstream serial number // unique serial number by which
// the logical bitstream is identified
// TODO
MultiEx BMS Script
Not written yet.
Notes and Comments
- Ogg files can contain Audio (with Vorbis codec), Video (with Theora codec) or Text/Metadata.
Games
List of games using this file format:
- Avant-Garde Discerning Paralleler (*.OGG)
- Deal or No Deal (*.G3)
- Many more...
Compatible Programs
- Media Player Classic
- VLC Media Player
- Winamp
See Also