Jump to content

Extensible Binary Meta Language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mipadi (talk | contribs) at 18:56, 22 December 2005 (rm editor's note). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Extensible Binary Meta Language, or EBML, is a generalized file format for (theoretically) any kind of data, aiming to be a binary equivalent to XML. Unfortunately it fails the "extensible" part of its name due to the fact that the DTD of the extended format must be available to a decoder to allow reading of the data. Unlike XML a DTD of a previous version or no DTD is not useful.

It was originally developed for the Matroska audio/video container format.