EBML
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Specifications) |
Dan Tobias (Talk | contribs) (More identifiers) |
||
(One intermediate revision by one user 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, similar in scope to [[ISO Base Media File Format|BMFF]] or [[RIFF]]. It was designed as part of the [[Matroska]] multimedia container format. | [[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. | ||
Line 14: | Line 16: | ||
== 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://github.com/Matroska-Org/ebml-specification/blob/master/specification.markdown EBML spec] |
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