EBML
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Metaformats }} EBML (Extensible Binary Meta Language) is a binary metaformat, with some logical similarities to XML. It was...") |
Dan Tobias (Talk | contribs) (More identifiers) |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Metaformats | |subcat=Metaformats | ||
| + | |locfdd={{LoCFDD|fdd000516}} | ||
| + | |wikidata={{wikidata|Q1273936}} | ||
}} | }} | ||
| − | [[EBML]] (Extensible Binary Meta Language) is a binary metaformat, | + | [[EBML]] (Extensible Binary Meta Language) is a binary metaformat, similar in scope to [[ISO Base Media File Format|BMFF]] or [[RIFF]]. It was designed as part of the [[Matroska]] multimedia container format. |
| + | |||
| + | == Related formats == | ||
| + | * [[Matroska]] | ||
| + | * [[WebM]] | ||
| + | * [[EBML Schema]] | ||
| + | |||
| + | == Identification == | ||
| + | An EBML file begins with bytes {{magic|0x1a 0x45 0xdf 0xa3}}, representing the encoded ID number of the "EBML" element. | ||
== Specifications == | == Specifications == | ||
| + | * RFC 8794 | ||
* [http://www.matroska.org/technical/specs/index.html Matroska Specifications] | * [http://www.matroska.org/technical/specs/index.html Matroska Specifications] | ||
| + | * [https://github.com/Matroska-Org/ebml-specification/blob/master/specification.markdown EBML spec] | ||
| + | * [https://datatracker.ietf.org/doc/draft-lhomme-cellar-ebml/?include_text=1 Proposed Internet draft, 2016-07-06] | ||
| + | * [https://tools.ietf.org/html/draft-ietf-cellar-ebml-06 Proposed Internet draft, 2018-08-28] | ||
| + | * [https://www.ietf.org/id/draft-ietf-cellar-ebml-13.html Proposed Internet draft, 2019-10-22] | ||
== Links == | == Links == | ||
| − | * [ | + | * [https://github.com/Matroska-Org/ebml-specification EBML Github] |
| + | * [http://matroska-org.github.io/libebml/ libEBML] | ||
Latest revision as of 03:04, 23 September 2020
EBML (Extensible Binary Meta Language) is a binary metaformat, similar in scope to BMFF or RIFF. It was designed as part of the Matroska multimedia container format.Contents |
[edit] Related formats
[edit] Identification
An EBML file begins with bytes 0x1a 0x45 0xdf 0xa3, representing the encoded ID number of the "EBML" element.
[edit] Specifications
- RFC 8794
- Matroska Specifications
- EBML spec
- Proposed Internet draft, 2016-07-06
- Proposed Internet draft, 2018-08-28
- Proposed Internet draft, 2019-10-22