[www] r778 - trunk/www.matroska.org/data/technical/specs
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2004-11-11 19:12:17 +0300 (Thu, 11 Nov 2004) New Revision: 778 Modified: trunk/www.matroska.org/data/technical/specs/index.html Log: try without it... Modified: trunk/www.matroska.org/data/technical/specs/index.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/index.html 2004-11-11 16:11:45 UTC (rev 777) +++ trunk/www.matroska.org/data/technical/specs/index.html 2004-11-11 16:12:17 UTC (rev 778) @@ -62,7 +62,7 @@ </select> </p>--> <div> -<a name="EBMLex"/><h3>EBML principle</h3> +<h3>EBML principle</h3> <p>EBML is short for Extensible Binary Meta Language. EBML specifies a binary and octet (byte) aligned format inspired by the principle of XML. EBML itself is a generalized description of the technique of binary markup. Like XML, it is completely agnostic to any data that it might contain. Therein, the Matroska project is a specific implementation using the rules of EBML: It seeks to define a subset of the EBML language in the context of audio and video data (though it obviously isn't limited to this purpose). The format is made of 2 parts: the semantic and the syntax. The semantic specifies a number of IDs and their basic type and is not included in the data file/stream. There is a <a href="http://ebml.sourceforge.net/" title="EBML homepage">specific project dealing with EBML</a> in more details and more recent updates. </p> <p>Just like XML, the specific "tags" (IDs in EBML parlance) used in an EBML implementation are arbitrary. However, the semantic of EBML outlines general data types and ID's.</p> <p>The known basic types are:</p>