Author: robux4
Date: 2004-11-11 20:09:05 +0300 (Thu, 11 Nov 2004)
New Revision: 780
Modified:
trunk/www.matroska.org/data/technical/specs/index.html
Log:
content: name="" to id=""
Modified: trunk/www.matroska.org/data/technical/specs/index.html
===================================================================
--- trunk/www.matroska.org/data/technical/specs/index.html 2004-11-11 16:44:18 UTC (rev 779)
+++ trunk/www.matroska.org/data/technical/specs/index.html 2004-11-11 17:09:05 UTC (rev 780)
@@ -62,7 +62,7 @@
</select>
</p>-->
<div>
-<h3 id="EBMLex"><a name="EBML_ex"/>EBML principle</h3>
+<h3 id="EBML_ex">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>
@@ -138,10 +138,10 @@
<th>Description</th>
</tr>
<tr>
- <th colspan="9">EBML Basics<a name="EBMLBasics"/></th>
+ <th colspan="9" id="EBMLBasics">EBML Basics</th>
</tr>
-<tr>
- <td>EBML<a name="EBML"/></td>
+<tr id="EBML">
+ <td>EBML</td>
<td>0</td>
<td>[1A][45][DF][A3]</td>
<td>*</td>
@@ -152,8 +152,8 @@
<td>Set the EBML characteristics of the data to follow. Each EBML document
has to start with this.</td>
</tr>
-<tr>
- <td>EBMLVersion<a name="EBMLVersion"/></td>
+<tr id="EBMLVersion">
+ <td>EBMLVersion</td>
<td>1</td>
<td>[42][86]</td>
<td>*</td>
@@ -163,8 +163,8 @@
<td>u-integer</td>
<td>The version of EBML parser used to create the file.</td>
</tr>
-<tr>
- <td>EBMLReadVersion<a name="EBMLReadVersion"/></td>
+<tr id="EBMLReadVersion">
+ <td>EBMLReadVersion</td>
<td>1</td>
<td>[42][F7]</td>
<td>*</td>
@@ -174,8 +174,8 @@
<td>u-integer</td>
<td>The minimum EBML version a parser has to support to read this file.</td>
</tr>
-<tr>
- <td>EBMLMaxIDLength<a name="EBMLMaxIDLength"/></td>
+<tr id="EBMLMaxIDLength">
+ <td>EBMLMaxIDLength</td>
<td>1</td>
<td>[42][F2]</td>
<td>*</td>
@@ -186,8 +186,8 @@
<td>The maximum length of the IDs you'll find in this file (4 or less in
Matroska).</td>
</tr>
-<tr>
- <td>EBMLMaxSizeLength<a name="EBMLMaxSizeLength"/></td>
+<tr id="EBMLMaxSizeLength">
+ <td>EBMLMaxSizeLength</td>
<td>1</td>
<td>[42][F3]</td>
<td>*</td>
@@ -200,8 +200,8 @@
beginning of an element. Elements that have an indicated size which is
larger than what is allowed by EBMLMaxSizeLength shall be considered invalid.</td>
</tr>
-<tr>
- <td>DocType<a name="DocType"/></td>
+<tr id="DocType">
+ <td>DocType</td>
<td>1</td>
<td>[42][82]</td>
<td>*</td>
@@ -212,8 +212,8 @@
<td>A string that describes the type of document that follows this EBML
header ('matroska' in our case).</td>
</tr>
-<tr>
- <td>DocTypeVersion<a name="DocTypeVersion"/></td>
+<tr id="DocTypeVersion">
+ <td>DocTypeVersion</td>
<td>1</td>
<td>[42][87]</td>
<td>*</td>
@@ -223,8 +223,8 @@
<td>u-integer</td>
<td>The version of DocType interpreter used to create the file.</td>
</tr>
-<tr>
- <td>DocTypeReadVersion<a name="DocTypeReadVersion"/></td>
+<tr id="DocTypeReadVersion">
+ <td>DocTypeReadVersion</td>
<td>1</td>
<td>[42][85]</td>
<td>*</td>
@@ -238,8 +238,8 @@
<tr>
<th colspan="9">Global elements (used everywhere in the format)</th>
</tr>
-<tr>
- <td>CRC-32<a name="CRC-32"/></td>
+<tr id="CRC-32">
+ <td>CRC-32</td>
<td>1+</td>
<td>[BF]</td>
<td>-</td>
@@ -251,8 +251,8 @@
of the upper level element), up to the CRC element, including other previous
CRC elements. All level 1 elements should include a CRC-32.</td>
</tr>
-<tr>
- <td>Void<a name="Void"/></td>
+<tr id="Void">
+ <td>Void</td>
<td>1+</td>
<td>[EC]</td>
<td>-</td>
@@ -267,8 +267,8 @@
<tr class="subclass">
<td colspan="9">signature</td>
</tr>
-<tr class="version2">
- <td>SignatureSlot<a name="SignatureSlot"/></td>
+<tr class="version2" id="SignatureSlot">
+ <td>SignatureSlot</td>
<td>1+</td>
<td>[1B][53][86][67]</td>
<td>-</td>
@@ -278,8 +278,8 @@
<td>sub-elements</td>
<td>Contain signature of some (coming) elements in the stream.</td>
</tr>
-<tr class="version2">
- <td>SignatureAlgo<a name="SignatureAlgo"/></td>
+<tr class="version2" id="SignatureAlgo">
+ <td>SignatureAlgo</td>
<td>2+</td>
<td>[7E][8A]</td>
<td>-</td>
@@ -289,8 +289,8 @@
<td>u-integer</td>
<td>Signature algorithm used (1=RSA, 2=elliptic).</td>
</tr>
-<tr class="version2">
- <td>SignatureHash<a name="SignatureHash"/></td>
+<tr class="version2" id="SignatureHash">
+ <td>SignatureHash</td>
<td>2+</td>
<td>[7E][9A]</td>
<td>-</td>
@@ -300,8 +300,8 @@
<td>u-integer</td>
<td>Hash algorithm used (1=SHA1-160, 2=MD5).</td>
</tr>
-<tr class="version2">
- <td>SignaturePublicKey<a name="SignaturePublicKey"/></td>
+<tr class="version2" id="SignaturePublicKey">
+ <td>SignaturePublicKey</td>
<td>2+</td>
<td>[7E][A5]</td>
<td>-</td>
@@ -312,8 +312,8 @@
<td>The public key to use with the algorithm (in the case of a PKI-based
signature).</td>
</tr>
-<tr class="version2">
- <td>Signature<a name="Signature"/></td>
+<tr class="version2" id="Signature">
+ <td>Signature</td>
<td>2+</td>
<td>[7E][B5]</td>
<td>-</td>
@@ -323,8 +323,8 @@
<td>binary</td>
<td>The signature of the data (until a new.</td>
</tr>
-<tr class="version2">
- <td>SignatureElements<a name="SignatureElements"/></td>
+<tr class="version2" id="SignatureElements">
+ <td>SignatureElements</td>
<td>2+</td>
<td>[7E][5B]</td>
<td>-</td>
@@ -334,8 +334,8 @@
<td>sub-elements</td>
<td>Contains elements that will be used to compute the signature.</td>
</tr>
-<tr class="version2">
- <td>SignatureElementList<a name="SignatureElementList"/></td>
+<tr class="version2" id="SignatureElementList">
+ <td>SignatureElementList</td>
<td>3+</td>
<td>[7E][7B]</td>
<td>-</td>
@@ -348,8 +348,8 @@
means that the BlockAdditional of all Blocks in all Clusters is used for
encryption.</td>
</tr>
-<tr class="version2">
- <td>SignedElement<a name="SignedElement"/></td>
+<tr class="version2" id="SignedElement">
+ <td>SignedElement</td>
<td>4+</td>
<td>[65][32]</td>
<td>-</td>
@@ -362,8 +362,8 @@
<tr class="subclass">
<td colspan="9">end of signature</td>
</tr>
-<tr>
- <th colspan="9">Segment<a name="Segment"/></th>
+<tr id="Segment">
+ <th colspan="9">Segment</th>
</tr>
<tr>
<td>Segment</td>
@@ -377,11 +377,11 @@
<td>This element contains all other top-level (level 1) elements. Typically
a Matroska file is composed of 1 segment.</td>
</tr>
-<tr>
- <th colspan="9">Meta Seek Information<a name="MetaSeekInformation"/></th>
+<tr id="MetaSeekInformation">
+ <th colspan="9">Meta Seek Information</th>
</tr>
-<tr>
- <td>SeekHead<a name="SeekHead"/></td>
+<tr id="SeekHead">
+ <td>SeekHead</td>
<td>1</td>
<td>[11][4D][9B][74]</td>
<td>-</td>
@@ -391,8 +391,8 @@
<td>sub-elements</td>
<td>Contains the <a href="#position">position</a> of other level 1 elements.</td>
</tr>
-<tr>
- <td>Seek<a name="Seek"/></td>
+<tr id="Seek">
+ <td>Seek</td>
<td>2</td>
<td>[4D][BB]</td>
<td>*</td>
@@ -402,8 +402,8 @@
<td>sub-elements</td>
<td>Contains a single seek entry to an EBML element.</td>
</tr>
-<tr>
- <td>SeekID<a name="SeekID"/></td>
+<tr id="SeekID">
+ <td>SeekID</td>
<td>3</td>
<td>[53][AB]</td>
<td>*</td>
@@ -413,8 +413,8 @@
<td>binary</td>
<td>The binary ID corresponding to the element name.</td>
</tr>
-<tr>
- <td>SeekPosition<a name="SeekPosition"/></td>
+<tr id="SeekPosition">
+ <td>SeekPosition</td>
<td>3</td>
<td>[53][AC]</td>
<td>*</td>
@@ -425,11 +425,11 @@
<td>The <a href="#position">position</a> of the element in the segment in
octets (0 = first level 1 element).</td>
</tr>
-<tr>
- <th colspan="9">Segment Information<a name="SegmentInformation"/></th>
+<tr id="SegmentInformation">
+ <th colspan="9">Segment Information</th>
</tr>
-<tr>
- <td>Info<a name="Info"/></td>
+<tr id="Info">
+ <td>Info</td>
<td>1</td>
<td>[15][49][A9][66]</td>
<td>*</td>
@@ -439,8 +439,8 @@
<td>sub-elements</td>
<td>Contains miscellaneous general information and statistics on the file.</td>
</tr>
-<tr>
- <td>SegmentUID<a name="SegmentUID"/></td>
+<tr id="SegmentUID">
+ <td>SegmentUID</td>
<td>2</td>
<td>[73][A4]</td>
<td>-</td>
@@ -450,8 +450,8 @@
<td>binary</td>
<td>A randomly generated unique ID to identify the current segment between many others (128 bits).</td>
</tr>
-<tr>
- <td>SegmentFilename<a name="SegmentFilename"/></td>
+<tr id="SegmentFilename">
+ <td>SegmentFilename</td>
<td>2</td>
<td>[73][84]</td>
<td>-</td>
@@ -461,8 +461,8 @@
<td>UTF-8</td>
<td>A filename corresponding to this segment.</td>
</tr>
-<tr>
- <td>PrevUID<a name="PrevUID"/></td>
+<tr id="PrevUID">
+ <td>PrevUID</td>
<td>2</td>
<td>[3C][B9][23]</td>
<td>-</td>
@@ -472,8 +472,8 @@
<td>binary</td>
<td>A unique ID to identify the previous chained segment (128 bits).</td>
</tr>
-<tr>
- <td>PrevFilename<a name="PrevFilename"/></td>
+<tr id="PrevFilename">
+ <td>PrevFilename</td>
<td>2</td>
<td>[3C][83][AB]</td>
<td>-</td>
@@ -483,8 +483,8 @@
<td>UTF-8</td>
<td>An escaped filename corresponding to the previous segment.</td>
</tr>
-<tr>
- <td>NextUID<a name="NextUID"/></td>
+<tr id="NextUID">
+ <td>NextUID</td>
<td>2</td>
<td>[3E][B9][23]</td>
<td>-</td>
@@ -494,8 +494,8 @@
<td>binary</td>
<td>A unique ID to identify the next chained segment (128 bits).</td>
</tr>
-<tr>
- <td>NextFilename<a name="NextFilename"/></td>
+<tr id="NextFilename">
+ <td>NextFilename</td>
<td>2</td>
<td>[3E][83][BB]</td>
<td>-</td>
@@ -505,8 +505,8 @@
<td>UTF-8</td>
<td>An escaped filename corresponding to the next segment.</td>
</tr>
-<tr>
- <td>TimecodeScale<a name="TimecodeScale"/></td>
+<tr id="TimecodeScale">
+ <td>TimecodeScale</td>
<td>2</td>
<td>[2A][D7][B1]</td>
<td>*</td>
@@ -517,8 +517,8 @@
<td>Timecode scale in nanoseconds (1.000.000 means all timecodes in the
segment are expressed in milliseconds).</td>
</tr>
-<tr>
- <td>Duration<a name="Duration"/></td>
+<tr id="Duration">
+ <td>Duration</td>
<td>2</td>
<td>[44][89]</td>
<td>-</td>
@@ -528,8 +528,8 @@
<td>float</td>
<td>Duration of the segment (based on TimecodeScale).</td>
</tr>
-<tr>
- <td>DateUTC<a name="DateUTC"/></td>
+<tr id="DateUTC">
+ <td>DateUTC</td>
<td>2</td>
<td>[44][61]</td>
<td>-</td>
@@ -537,8 +537,8 @@
<td>-</td><td>date</td>
<td>Date of the origin of timecode (value 0), i.e. production date.</td>
</tr>
-<tr>
- <td>Title<a name="Title"/></td>
+<tr id="Title">
+ <td>Title</td>
<td>2</td>
<td>[7B][A9]</td>
<td>-</td>
@@ -548,8 +548,8 @@
<td>UTF-8</td>
<td>General name of the segment.</td>
</tr>
-<tr>
- <td>MuxingApp<a name="MuxingApp"/></td>
+<tr id="MuxingApp">
+ <td>MuxingApp</td>
<td>2</td>
<td>[4D][80]</td>
<td>*</td>
@@ -559,8 +559,8 @@
<td>UTF-8</td>
<td>Muxing application or library ("libmatroska-0.4.3").</td>
</tr>
-<tr>
- <td>WritingApp<a name="WritingApp"/></td>
+<tr id="WritingApp">
+ <td>WritingApp</td>
<td>2</td>
<td>[57][41]</td>
<td>*</td>
@@ -570,8 +570,8 @@
<td>UTF-8</td>
<td>Writing application ("mkvmerge-0.3.3").</td>
</tr>
-<tr>
- <th colspan="9">Cluster<a name="Cluster"/></th>
+<tr id="Cluster">
+ <th colspan="9">Cluster</th>
</tr>
<tr>
<td>Cluster</td>
@@ -584,8 +584,8 @@
<td>sub-elements</td>
<td>The lower level element containing the (monolithic) Block structure.</td>
</tr>
-<tr>
- <td>Timecode<a name="Timecode"/></td>
+<tr id="Timecode">
+ <td>Timecode</td>
<td>2</td>
<td>[E7]</td>
<td>*</td>
@@ -595,8 +595,8 @@
<td>u-integer</td>
<td>Absolute timecode of the cluster (based on TimecodeScale).</td>
</tr>
-<tr>
- <td>SilentTracks<a name="SilentTracks"/></td>
+<tr id="SilentTracks">
+ <td>SilentTracks</td>
<td>2</td>
<td>[58][54]</td>
<td>-</td>
@@ -606,8 +606,8 @@
<td>sub-elements</td>
<td>The list of tracks that are not used in that part of the stream. It is useful when using overlay tracks on seeking. Then you should decide what track to use.</td>
</tr>
-<tr>
- <td>SilentTrackNumber<a name="SilentTrackNumber"/></td>
+<tr id="SilentTrackNumber">
+ <td>SilentTrackNumber</td>
<td>3</td>
<td>[58][D7]</td>
<td>*</td>
@@ -617,8 +617,8 @@
<td>u-integer</td>
<td>One of the track number that are not used from now on in the stream. It could change later if not specified as silent in a further Cluster.</td>
</tr>
-<tr>
- <td>Position<a name="Position"></a></td>
+<tr id="Position">
+ <td>Position</td>
<td>2</td>
<td>[A7]</td>
<td>-</td>
@@ -630,8 +630,8 @@
live broadcast streams). It might help to resynchronise offset on damaged
streams.</td>
</tr>
-<tr>
- <td>PrevSize<a name="PrevSize"/></td>
+<tr id="PrevSize">
+ <td>PrevSize</td>
<td>2</td>
<td>[AB]</td>
<td>-</td>
@@ -642,8 +642,8 @@
<td>Size of the previous Cluster, in octets. Can be useful for backward
playing.</td>
</tr>
-<tr>
- <td>BlockGroup<a name="BlockGroup"/></td>
+<tr id="BlockGroup">
+ <td>BlockGroup</td>
<td>2</td>
<td>[A0]</td>
<td>*</td>
@@ -654,8 +654,8 @@
<td>Basic container of information containing a single Block or BlockVirtual,
and information specific to that Block/VirtualBlock.</td>
</tr>
-<tr>
- <td>Block<a name="Block"/></td>
+<tr id="Block">
+ <td>Block</td>
<td>3</td>
<td>[A1]</td>
<td>*</td>
@@ -666,8 +666,8 @@
<td>Block containing the actual data to be rendered and a timecode relative
to the Cluster Timecode.</td>
</tr>
-<tr class="version2">
- <td>BlockVirtual<a name="BlockVirtual"/></td>
+<tr class="version2" id="BlockVirtual">
+ <td>BlockVirtual</td>
<td>3</td>
<td>[A2]</td>
<td>-</td>
@@ -682,8 +682,8 @@
<tr class="version2"><td>BlockMore</td><td>4</td><td>[A6]</td><td>*</td><td>*</td><td>-</td><td>-</td><td>sub-elements</td><td>Contain the BlockAdditional and some parameters.</td></tr>
<tr class="version2"><td>BlockAddID</td><td>5</td><td>[EE]</td><td>*</td><td>-</td><td>-</td><td>>0</td><td>u-integer</td><td>An ID to identify the BlockAdditional (0 is the main Block).</td></tr>
<tr class="version2"><td>BlockAdditional</td><td>5</td><td>[A5]</td><td>*</td><td>-</td><td>-</td><td>-</td><td>(see <a href="#block">Block</a>)</td><td>Same structure as a Block interpreted by the codec as it wishes (using the ID).</td></tr>
-<tr>
- <td>BlockDuration<a name="BlockDuration"/></td>
+<tr id="BlockDuration">
+ <td>BlockDuration</td>
<td>3</td>
<td>[9B]</td>
<td>-</td>
@@ -693,8 +693,8 @@
<td>u-integer</td>
<td>The duration of the Block (based on TimecodeScale). This element is mandatory when DefaultDuration is set for the track. When not written and with no DefaultDuration, the value is assumed to be the difference between the timecode of this Block and the timecode of the next Block in "display" order (not coding order). This element can be useful at the end of a Track (as there is not other Block available), or when there is a break in a track like for subtitle tracks.</td>
</tr>
-<tr>
- <td>ReferencePriority<a name="ReferencePriority"/></td>
+<tr id="ReferencePriority">
+ <td>ReferencePriority</td>
<td>3</td>
<td>[FA]</td>
<td>*</td>
@@ -706,8 +706,8 @@
only a frame of the same or higher priority can replace this frame. A
value of 0 means the frame is not referenced.</td>
</tr>
-<tr>
- <td>ReferenceBlock<a name="ReferenceBlock"/></td>
+<tr id="ReferenceBlock">
+ <td>ReferenceBlock</td>
<td>3</td>
<td>[FB]</td>
<td>-</td>
@@ -718,8 +718,8 @@
<td>Timecode of another frame used as a reference (ie: B or P frame). The
timecode is relative to the block it's attached to.</td>
</tr>
-<tr class="version2">
- <td>ReferenceVirtual<a name="ReferenceVirtual"/></td>
+<tr class="version2" id="ReferenceVirtual">
+ <td>ReferenceVirtual</td>
<td>3</td>
<td>[FD]</td>
<td>-</td>
@@ -730,8 +730,8 @@
<td>Relative <a href="#position">position</a> of the data that should be
in position of the virtual block.</td>
</tr>
-<tr class="version2">
- <td>CodecState<a name="CodecState"/></td>
+<tr class="version2" id="CodecState">
+ <td>CodecState</td>
<td>3</td>
<td>[A4]</td>
<td>-</td>
@@ -742,32 +742,32 @@
<td>The new codec state to use. Data interpretation is private to the codec.
This information should always be referenced by a seek entry.</td>
</tr>
-<tr>
- <td>Slices<a name="Slices"/></td><td>3</td><td>[8E]</td><td>-</td><td>*</td><td>-</td><td>-</td><td>sub-elements</td><td>Contains slices description.</td>
+<tr id="Slices">
+ <td>Slices</td><td>3</td><td>[8E]</td><td>-</td><td>*</td><td>-</td><td>-</td><td>sub-elements</td><td>Contains slices description.</td>
</tr>
-<tr>
- <td>TimeSlice<a name="TimeSlice"/></td><td>4</td><td>[E8]</td><td>-</td><td>*</td><td>-</td><td>-</td><td>sub-elements</td><td>Contains extra time information about the data contained in the Block. While there are a few files in the wild with this element, it is no longer in use and has been deprecated. Being able to interpret this element is not required for playback.</td>
+<tr id="TimeSlice">
+ <td>TimeSlice</td><td>4</td><td>[E8]</td><td>-</td><td>*</td><td>-</td><td>-</td><td>sub-elements</td><td>Contains extra time information about the data contained in the Block. While there are a few files in the wild with this element, it is no longer in use and has been deprecated. Being able to interpret this element is not required for playback.</td>
</tr>
-<tr>
- <td>LaceNumber<a name="LaceNumber"/></td><td>5</td><td>[CC]</td><td>-</td><td>-</td><td>-</td><td>0</td><td>u-integer</td><td>The reverse number of the frame in the lace (0 is the last frame, 1 is the next to last, etc). While there are a few files in the wild with this element, it is no longer in use and has been deprecated. Being able to interpret this element is not required for playback.</td>
+<tr id="LaceNumber">
+ <td>LaceNumber</td><td>5</td><td>[CC]</td><td>-</td><td>-</td><td>-</td><td>0</td><td>u-integer</td><td>The reverse number of the frame in the lace (0 is the last frame, 1 is the next to last, etc). While there are a few files in the wild with this element, it is no longer in use and has been deprecated. Being able to interpret this element is not required for playback.</td>
</tr>
-<tr class="version2">
- <td>FrameNumber<a name="FrameNumber"/></td><td>5</td><td>[CD]</td><td>-</td><td>-</td><td>-</td><td>0</td><td>u-integer</td><td>The number of the frame to generate from this lace with this delay (allow you to generate many frames from the same Block/Frame).</td>
+<tr class="version2" id="FrameNumber">
+ <td>FrameNumber</td><td>5</td><td>[CD]</td><td>-</td><td>-</td><td>-</td><td>0</td><td>u-integer</td><td>The number of the frame to generate from this lace with this delay (allow you to generate many frames from the same Block/Frame).</td>
</tr>
-<tr class="version2">
- <td>BlockAdditionID<a name="BlockAddID"/></td><td>5</td><td>[CB]</td><td>-</td><td>-</td><td>-</td><td>0</td><td>u-integer</td><td>The ID of the BlockAdditional element (0 is the main Block).</td>
+<tr class="version2" id="BlockAddID">
+ <td>BlockAdditionID</td><td>5</td><td>[CB]</td><td>-</td><td>-</td><td>-</td><td>0</td><td>u-integer</td><td>The ID of the BlockAdditional element (0 is the main Block).</td>
</tr>
-<tr class="version2">
- <td>Delay<a name="BlockDelay"/></td><td>5</td><td>[CE]</td><td>-</td><td>-</td><td>-</td><td>0</td><td>u-integer</td><td>The (scaled) delay to apply to the element.</td>
+<tr class="version2" id="BlockDelay">
+ <td>Delay</td><td>5</td><td>[CE]</td><td>-</td><td>-</td><td>-</td><td>0</td><td>u-integer</td><td>The (scaled) delay to apply to the element.</td>
</tr>
-<tr>
- <td>Duration<a name="SDuration"/></td><td>5</td><td>[CF]</td><td>-</td><td>-</td><td>-</td><td>0</td><td>u-integer</td><td>The (scaled) duration to apply to the element.</td>
+<tr id="SDuration">
+ <td>Duration</td><td>5</td><td>[CF]</td><td>-</td><td>-</td><td>-</td><td>0</td><td>u-integer</td><td>The (scaled) duration to apply to the element.</td>
</tr>
-<tr>
- <th colspan="9">Track<a name="Track"/></th>
+<tr id="Track">
+ <th colspan="9">Track</th>
</tr>
-<tr>
- <td>Tracks<a name="Tracks"/></td>
+<tr id="Tracks">
+ <td>Tracks</td>
<td>1</td>
<td>[16][54][AE][6B]</td>
<td>-</td>
@@ -777,8 +777,8 @@
<td>sub-elements</td>
<td>A top-level block of information with many tracks described.</td>
</tr>
-<tr>
- <td>TrackEntry<a name="TrackEntry"/></td>
+<tr id="TrackEntry">
+ <td>TrackEntry</td>
<td>2</td>
<td>[AE]</td>
<td>*</td>
@@ -788,8 +788,8 @@
<td>sub-elements</td>
<td>Describes a track with all elements.</td>
</tr>
-<tr>
- <td>TrackNumber<a name="TrackNumber"/></td>
+<tr id="TrackNumber">
+ <td>TrackNumber</td>
<td>3</td>
<td>[D7]</td>
<td>*</td>
@@ -800,8 +800,8 @@
<td>The track number as used in the Block Header (using more than 127 tracks
is not encouraged, though the design allows an unlimited number).</td>
</tr>
-<tr>
- <td>TrackUID<a name="TrackUID"/></td>
+<tr id="TrackUID">
+ <td>TrackUID</td>
<td>3</td>
<td>[73][C5]</td>
<td>*</td>
@@ -811,8 +811,8 @@
<td>u-integer</td>
<td>A unique ID to identify the Track. This should be kept the same when making a direct stream copy of the Track to another file.</td>
</tr>
-<tr>
- <td>TrackType<a name="TrackType"/></td>
+<tr id="TrackType">
+ <td>TrackType</td>
<td>3</td>
<td>[83]</td>
<td>*</td>
@@ -823,8 +823,8 @@
<td>A set of track types coded on 8 bits (1: video, 2: audio, 3: complex,
0x10: logo, 0x11: subtitle, 0x20: control).</td>
</tr>
-<tr>
- <td>FlagEnabled<a name="FlagEnabled"/></td>
+<tr id="FlagEnabled">
+ <td>FlagEnabled</td>
<td>3</td>
<td>[B9]</td>
<td>*</td>
@@ -834,8 +834,8 @@
<td style="white-space: nowrap">u-integer (1 bit)</td>
<td>Set if the track is used.</td>
</tr>
-<tr>
- <td>FlagDefault<a name="FlagDefault"/></td>
+<tr id="FlagDefault">
+ <td>FlagDefault</td>
<td>3</td>
<td>[88]</td>
<td>*</td>
@@ -845,8 +845,8 @@
<td>u-integer (1 bit)</td>
<td>Set if the track is the default for its TrackType.</td>
</tr>
-<tr>
- <td>FlagLacing<a name="FlagLacing"/></td>
+<tr id="FlagLacing">
+ <td>FlagLacing</td>
<td>3</td>
<td>[9C]</td>
<td>*</td>
@@ -856,8 +856,8 @@
<td>u-integer (1 bit)</td>
<td>Set if the track may contain blocks using lacing.</td>
</tr>
-<tr>
- <td>MinCache<a name="MinCache"/></td>
+<tr id="MinCache">
+ <td>MinCache</td>
<td>3</td>
<td>[6D][E7]</td>
<td>*</td>
@@ -867,8 +867,8 @@
<td>u-integer</td>
<td>The minimum number of frames a player should be able to cache during playback. If set to 0, the reference pseudo-cache system is not used.</td>
</tr>
-<tr>
- <td>MaxCache<a name="MaxCache"/></td>
+<tr id="MaxCache">
+ <td>MaxCache</td>
<td>3</td>
<td>[6D][F8]</td>
<td>-</td>
@@ -879,8 +879,8 @@
<td>The maximum cache size required to store referenced frames in and the
current frame. 0 means no cache is needed.</td>
</tr>
-<tr>
- <td>DefaultDuration<a name="TrackDuration"/></td>
+<tr id="TrackDuration">
+ <td>DefaultDuration</td>
<td>3</td>
<td>[23][E3][83]</td>
<td>-</td>
@@ -890,8 +890,8 @@
<td>u-integer</td>
<td>Number of nanoseconds (i.e. not scaled) per frame.</td>
</tr>
-<tr>
- <td>TrackTimecodeScale<a name="TrackTimeCodeScale"/></td>
+<tr id="TrackTimeCodeScale">
+ <td>TrackTimecodeScale</td>
<td>3</td>
<td>[23][31][4F]</td>
<td>*</td>
@@ -901,8 +901,8 @@
<td>float</td>
<td>The scale to apply on this track to work at normal speed in relation with other tracks (mostly used to adjust video speed when the audio length differs).</td>
</tr>
-<tr>
- <td>TrackOffset<a name="TrackOffset"/></td>
+<tr id="TrackOffset">
+ <td>TrackOffset</td>
<td>3</td>
<td>[53][7F]</td>
<td>-</td>
@@ -913,8 +913,8 @@
<td>A value to add to the Block's Timecode. This can be used to adjust the
playback offset of a track.</td>
</tr>
-<tr>
- <td>Name<a name="Name"/></td>
+<tr id="Name">
+ <td>Name</td>
<td>3</td>
<td>[53][6E]</td>
<td>-</td>
@@ -924,8 +924,8 @@
<td>UTF-8</td>
<td>A human-readable track name.</td>
</tr>
-<tr>
- <td>Language<a name="Language"/></td>
+<tr id="Language">
+ <td>Language</td>
<td>3</td>
<td>[22][B5][9C]</td>
<td>-</td>
@@ -934,8 +934,8 @@
<td>string</td>
<td>Specifies the language of the track in the <a href="#languages">Matroska languages form</a>.</td>
</tr>
-<tr>
- <td>CodecID<a name="CodecID"/></td>
+<tr id="CodecID">
+ <td>CodecID</td>
<td>3</td>
<td>[86]</td>
<td>*</td>
@@ -945,8 +945,8 @@
<td>string</td>
<td>An ID corresponding to the codec, see the <a href="codecid/index.html">codec page</a> for more info.</td>
</tr>
-<tr>
- <td>CodecPrivate<a name="CodecPrivate"/></td>
+<tr id="CodecPrivate">
+ <td>CodecPrivate</td>
<td>3</td>
<td>[63][A2]</td>
<td>-</td>
@@ -956,8 +956,8 @@
<td>binary</td>
<td>Private data only known to the codec.</td>
</tr>
-<tr>
- <td>CodecName<a name="CodecName"/></td>
+<tr id="CodecName">
+ <td>CodecName</td>
<td>3</td>
<td>[25][86][88]</td>
<td>-</td>
@@ -967,8 +967,8 @@
<td>UTF-8</td>
<td>A human-readable string specifying the codec.</td>
</tr>
-<tr class="version2">
- <td>CodecSettings<a name="CodecSettings"/></td>
+<tr class="version2" id="CodecSettings">
+ <td>CodecSettings</td>
<td>3</td>
<td>[3A][96][97]</td>
<td>-</td>
@@ -978,8 +978,8 @@
<td>UTF-8</td>
<td>A string describing the encoding setting used.</td>
</tr>
-<tr class="version2">
- <td>CodecInfoURL<a name="CodecInfoURL"/></td>
+<tr class="version2" id="CodecInfoURL">
+ <td>CodecInfoURL</td>
<td>3</td>
<td>[3B][40][40]</td>
<td>-</td>
@@ -989,8 +989,8 @@
<td>string</td>
<td>A URL to find information about the codec used.</td>
</tr>
-<tr class="version2">
- <td>CodecDownloadURL<a name="CodecDownloadURL"/></td>
+<tr class="version2" id="CodecDownloadURL">
+ <td>CodecDownloadURL</td>
<td>3</td>
<td>[26][B2][40]</td>
<td>-</td>
@@ -1000,8 +1000,8 @@
<td>string</td>
<td>A URL to download about the codec used.</td>
</tr>
-<tr class="version2">
- <td>CodecDecodeAll<a name="CodecDecodeAll"/></td>
+<tr class="version2" id="CodecDecodeAll">
+ <td>CodecDecodeAll</td>
<td>3</td>
<td>[AA]</td>
<td>*</td>
@@ -1011,8 +1011,8 @@
<td>u-integer (1 bit)</td>
<td>The codec can decode potentially damaged data.</td>
</tr>
-<tr>
- <td>TrackOverlay<a name="TrackOverlay"/></td>
+<tr id="TrackOverlay">
+ <td>TrackOverlay</td>
<td>3</td>
<td>[6F][AB]</td>
<td>-</td>
@@ -1022,8 +1022,8 @@
<td>u-integer</td>
<td>Specify that this track is an overlay track for the Track specified (in the u-integer). That means when this track has a gap (see <a href="#SilentTracks">SilentTracks</a>) the overlay track should be used instead. The order of multiple TrackOverlay matters, the first one is the one that should be used. If not found it should be the second, etc.</td>
</tr>
-<tr>
- <td>TrackAngle<a name="TrackAngle"/></td>
+<tr id="TrackAngle">
+ <td>TrackAngle</td>
<td>3</td>
<td>[6F][44]</td>
<td>-</td>
@@ -1036,8 +1036,8 @@
<tr class="subclass">
<td colspan="9">video</td>
</tr>
-<tr>
- <td>Video<a name="Video"/></td>
+<tr id="Video">
+ <td>Video</td>
<td>3</td>
<td>[E0]</td>
<td>-</td>
@@ -1047,8 +1047,8 @@
<td>sub-elements</td>
<td>Video settings.</td>
</tr>
-<tr>
- <td>FlagInterlaced<a name="FlagInterlaced"/></td>
+<tr id="FlagInterlaced">
+ <td>FlagInterlaced</td>
<td>4</td>
<td>[9A]</td>
<td>*</td>
@@ -1058,8 +1058,8 @@
<td>u-integer (1 bit)</td>
<td>Set if the video is interlaced.</td>
</tr>
-<tr class="version2">
- <td>StereoMode<a name="StereoMode"/></td>
+<tr class="version2" id="StereoMode">
+ <td>StereoMode</td>
<td>4</td>
<td>[53][B8]</td>
<td>-</td>
@@ -1070,8 +1070,8 @@
<td>Stereo-3D video mode on 2 bits (0: mono, 1: right eye, 2: left eye,
3: both eyes).</td>
</tr>
-<tr>
- <td>PixelWidth<a name="PixelWidth"/></td>
+<tr id="PixelWidth">
+ <td>PixelWidth</td>
<td>4</td>
<td>[B0]</td>
<td>*</td>
@@ -1081,8 +1081,8 @@
<td>u-integer</td>
<td>Width of the encoded video frames in pixels.</td>
</tr>
-<tr>
- <td>PixelHeight<a name="PixelHeight"/></td>
+<tr id="PixelHeight">
+ <td>PixelHeight</td>
<td>4</td>
<td>[BA]</td>
<td>*</td>
@@ -1092,8 +1092,8 @@
<td>u-integer</td>
<td>Height of the encoded video frames in pixels.</td>
</tr>
-<tr>
- <td>PixelCropBottom<a name="PixelCropBottom"/></td>
+<tr id="PixelCropBottom">
+ <td>PixelCropBottom</td>
<td>4</td>
<td>[54][AA]</td>
<td>-</td>
@@ -1103,8 +1103,8 @@
<td>u-integer</td>
<td>The number of video pixels to remove at the bottom of the image (for HDTV content).</td>
</tr>
-<tr>
- <td>PixelCropTop<a name="PixelCropTop"/></td>
+<tr id="PixelCropTop">
+ <td>PixelCropTop</td>
<td>4</td>
<td>[54][BB]</td>
<td>-</td>
@@ -1114,8 +1114,8 @@
<td>u-integer</td>
<td>The number of video pixels to remove at the top of the image.</td>
</tr>
-<tr>
- <td>PixelCropLeft<a name="PixelCropLeft"/></td>
+<tr id="PixelCropLeft">
+ <td>PixelCropLeft</td>
<td>4</td>
<td>[54][CC]</td>
<td>-</td>
@@ -1125,8 +1125,8 @@
<td>u-integer</td>
<td>The number of video pixels to remove on the left of the image.</td>
</tr>
-<tr>
- <td>PixelCropRight<a name="PixelCropRight"/></td>
+<tr id="PixelCropRight">
+ <td>PixelCropRight</td>
<td>4</td>
<td>[54][DD]</td>
<td>-</td>
@@ -1136,8 +1136,8 @@
<td>u-integer</td>
<td>The number of video pixels to remove on the right of the image.</td>
</tr>
-<tr>
- <td>DisplayWidth<a name="DisplayWidth"/></td>
+<tr id="DisplayWidth">
+ <td>DisplayWidth</td>
<td>4</td>
<td>[54][B0]</td>
<td>-</td>
@@ -1147,8 +1147,8 @@
<td>u-integer</td>
<td>Width of the video frames to display.</td>
</tr>
-<tr>
- <td>DisplayHeight<a name="DisplayHeight"/></td>
+<tr id="DisplayHeight">
+ <td>DisplayHeight</td>
<td>4</td>
<td>[54][BA]</td>
<td>-</td>
@@ -1158,8 +1158,8 @@
<td>u-integer</td>
<td>Height of the video frames to display.</td>
</tr>
-<tr>
- <td>DisplayUnit<a name="DisplayUnit"/></td>
+<tr id="DisplayUnit">
+ <td>DisplayUnit</td>
<td>4</td>
<td>[54][B2]</td>
<td>-</td>
@@ -1170,8 +1170,8 @@
<td>Type of the unit for DisplayWidth/Height (0: pixels, 1: centimeters,
2: inches).</td>
</tr>
-<tr>
- <td>AspectRatioType<a name="AspectRatioType"/></td>
+<tr id="AspectRatioType">
+ <td>AspectRatioType</td>
<td>4</td>
<td>[54][B3]</td>
<td>-</td>
@@ -1182,8 +1182,8 @@
<td>Specify the possible modifications to the aspect ratio (0: free resizing,
1: keep aspect ratio, 2: fixed).</td>
</tr>
-<tr>
- <td>ColourSpace<a name="ColourSpace"/></td>
+<tr id="ColourSpace">
+ <td>ColourSpace</td>
<td>4</td>
<td>[2E][B5][24]</td>
<td>-</td>
@@ -1193,8 +1193,8 @@
<td>binary</td>
<td>Same value as in AVI (32 bits).</td>
</tr>
-<tr class="version2">
- <td>GammaValue<a name="GammaValue"/></td>
+<tr class="version2" id="GammaValue">
+ <td>GammaValue</td>
<td>4</td>
<td>[2F][B5][23]</td>
<td>-</td>
@@ -1205,8 +1205,8 @@
<td>Gamma Value.</td>
</tr>
<!--
-<tr>
- <td>FrameRate<a name="FrameRate"/></td>
+<tr id="FrameRate">
+ <td>FrameRate</td>
<td>4</td>
<td>[23][83][E3]</td>
<td>-</td>
@@ -1223,8 +1223,8 @@
<tr class="subclass">
<td colspan="9">audio</td>
</tr>
-<tr>
- <td>Audio<a name="Audio"/></td>
+<tr id="Audio">
+ <td>Audio</td>
<td>3</td>
<td>[E1]</td>
<td>-</td>
@@ -1234,8 +1234,8 @@
<td>sub-elements</td>
<td>Audio settings.</td>
</tr>
-<tr>
- <td>SamplingFrequency<a name="SamplingFrequency"/></td>
+<tr id="SamplingFrequency">
+ <td>SamplingFrequency</td>
<td>4</td>
<td>[B5]</td>
<td>*</td>
@@ -1245,8 +1245,8 @@
<td>float</td>
<td>Sampling frequency in Hz.</td>
</tr>
-<tr>
- <td>OutputSamplingFrequency<a name="OutSamplingFrequency"/></td>
+<tr id="OutSamplingFrequency">
+ <td>OutputSamplingFrequency</td>
<td>4</td>
<td>[78][B5]</td>
<td>-</td>
@@ -1256,8 +1256,8 @@
<td>float</td>
<td>Real output sampling frequency in Hz (used for SBR techniques).</td>
</tr>
-<tr>
- <td>Channels<a name="Channels"/></td>
+<tr id="Channels">
+ <td>Channels</td>
<td>4</td>
<td>[9F]</td>
<td>*</td>
@@ -1267,8 +1267,8 @@
<td>u-integer</td>
<td>Numbers of channels in the track.</td>
</tr>
-<tr class="version2">
- <td>ChannelPositions<a name="ChannelPositions"/></td>
+<tr class="version2" id="ChannelPositions">
+ <td>ChannelPositions</td>
<td>4</td>
<td>[7D][7B]</td>
<td>-</td>
@@ -1278,8 +1278,8 @@
<td>binary</td>
<td>Table of horizontal angles for each successive channel, see <a href="#channelposition">appendix</a>.</td>
</tr>
-<tr>
- <td>BitDepth<a name="BitDepth"/></td>
+<tr id="BitDepth">
+ <td>BitDepth</td>
<td>4</td>
<td>[62][64]</td>
<td>-</td>
@@ -1295,8 +1295,8 @@
<tr class="subclass">
<td colspan="9">content encoding</td>
</tr>
-<tr>
- <td>ContentEncodings<a name="ContentEncodings"/></td>
+<tr id="ContentEncodings">
+ <td>ContentEncodings</td>
<td>3</td>
<td>[6d][80]</td>
<td>-</td>
@@ -1307,8 +1307,8 @@
<td>Settings for several content encoding mechanisms like compression
or encryption.</td>
</tr>
-<tr>
- <td>ContentEncoding<a name="ContentEncoding"/></td>
+<tr id="ContentEncoding">
+ <td>ContentEncoding</td>
<td>4</td>
<td>[62][40]</td>
<td>*</td>
@@ -1318,8 +1318,8 @@
<td>sub-elements</td>
<td>Settings for one content encoding like compression or encryption.</td>
</tr>
-<tr>
- <td>ContentEncodingOrder<a name="ContentEncodingOrder"/></td>
+<tr id="ContentEncodingOrder">
+ <td>ContentEncodingOrder</td>
<td>5</td>
<td>[50][31]</td>
<td>*</td>
@@ -1333,8 +1333,8 @@
value has to be unique over all ContentEncodingOrder elements in
the segment.</td>
</tr>
-<tr>
- <td>ContentEncodingScope<a name="ContentEncodingScope"/></td>
+<tr id="ContentEncodingScope">
+ <td>ContentEncodingScope</td>
<td>5</td>
<td>[50][32]</td>
<td>*</td>
@@ -1347,8 +1347,8 @@
1 - all frame contents,<br/>
2 - the track's private data</td>
</tr>
-<tr>
- <td>ContentEncodingType<a name="ContentEncodingType"/></td>
+<tr id="ContentEncodingType">
+ <td>ContentEncodingType</td>
<td>5</td>
<td>[50][33]</td>
<td>*</td>
@@ -1361,8 +1361,8 @@
0 - compression,<br/>
1 - encryption</td>
</tr>
-<tr>
- <td>ContentCompression<a name="ContentCompression"/></td>
+<tr id="ContentCompression">
+ <td>ContentCompression</td>
<td>5</td>
<td>[50][34]</td>
<td>-</td>
@@ -1375,8 +1375,8 @@
must be decompressable even if no previous block is available in order
not to prevent seeking.</td>
</tr>
-<tr>
- <td>ContentCompAlgo<a name="ContentCompAlgo"/></td>
+<tr id="ContentCompAlgo">
+ <td>ContentCompAlgo</td>
<td>6</td>
<td>[42][54]</td>
<td>*</td>
@@ -1390,8 +1390,8 @@
1 - bzlib,<br/>
2 - lzo1x</td>
</tr>
-<tr>
- <td>ContentCompSettings<a name="ContentCompSettings"/></td>
+<tr id="ContentCompSettings">
+ <td>ContentCompSettings</td>
<td>6</td>
<td>[42][55]</td>
<td>-</td>
@@ -1401,8 +1401,8 @@
<td>binary</td>
<td>Settings that might be needed by the decompressor.</td>
</tr>
-<tr>
- <td>ContentEncryption<a name="ContentEncryption"/></td>
+<tr id="ContentEncryption">
+ <td>ContentEncryption</td>
<td>5</td>
<td>[50][35]</td>
<td>-</td>
@@ -1413,8 +1413,8 @@
<td>Settings describing the encryption used. Must be present if
the value of ContentEncodingType is 1 and absent otherwise.</td>
</tr>
-<tr>
- <td>ContentEncAlgo<a name="ContentEncAlgo"/></td>
+<tr id="ContentEncAlgo">
+ <td>ContentEncAlgo</td>
<td>6</td>
<td>[47][e1]</td>
<td>-</td>
@@ -1427,8 +1427,8 @@
values:<br/>
1 - DES, 2 - 3DES, 3 - Twofish, 4 - Blowfish, 5 - AES</td>
</tr>
-<tr>
- <td>ContentEncKeyID<a name="ContentEncKeyID"/></td>
+<tr id="ContentEncKeyID">
+ <td>ContentEncKeyID</td>
<td>6</td>
<td>[47][e2]</td>
<td>-</td>
@@ -1439,8 +1439,8 @@
<td>For public key algorithms this is the ID of the public key the
the data was encrypted with.</td>
</tr>
-<tr>
- <td>ContentSignature<a name="ContentSignature"/></td>
+<tr id="ContentSignature">
+ <td>ContentSignature</td>
<td>6</td>
<td>[47][e3]</td>
<td>-</td>
@@ -1450,8 +1450,8 @@
<td>binary</td>
<td>A cryptographic signature of the contents.</td>
</tr>
-<tr>
- <td>ContentSigKeyID<a name="ContentSigKeyID"/></td>
+<tr id="ContentSigKeyID">
+ <td>ContentSigKeyID</td>
<td>6</td>
<td>[47][e4]</td>
<td>-</td>
@@ -1461,8 +1461,8 @@
<td>binary</td>
<td>This is the ID of the private key the data was signed with.</td>
</tr>
-<tr>
- <td>ContentSigAlgo<a name="ContentSigAlgo"/></td>
+<tr id="ContentSigAlgo">
+ <td>ContentSigAlgo</td>
<td>6</td>
<td>[47][e5]</td>
<td>-</td>
@@ -1475,8 +1475,8 @@
values:<br/>
1 - RSA</td>
</tr>
-<tr>
- <td>ContentSigHashAlgo<a name="ContentSigHashAlgo"/></td>
+<tr id="ContentSigHashAlgo">
+ <td>ContentSigHashAlgo</td>
<td>6</td>
<td>[47][e6]</td>
<td>-</td>
@@ -1493,11 +1493,11 @@
<tr class="subclass">
<td colspan="9">end content encoding</td>
</tr>
-<tr>
- <th colspan="9">Cueing Data<a name="CueingData"/></th>
+<tr id="CueingData">
+ <th colspan="9">Cueing Data</th>
</tr>
-<tr>
- <td>Cues<a name="Cues"/></td>
+<tr id="Cues">
+ <td>Cues</td>
<td>1</td>
<td>[1C][53][BB][6B]</td>
<td>-</td>
@@ -1508,8 +1508,8 @@
<td>A top-level element to speed seeking access. All entries are local to
the segment.</td>
</tr>
-<tr>
- <td>CuePoint<a name="CuePoint"/></td>
+<tr id="CuePoint">
+ <td>CuePoint</td>
<td>2</td>
<td>[BB]</td>
<td>*</td>
@@ -1519,8 +1519,8 @@
<td>sub-elements</td>
<td>Contains all information relative to a seek point in the segment.</td>
</tr>
-<tr>
- <td>CueTime<a name="CueTime"/></td>
+<tr id="CueTime">
+ <td>CueTime</td>
<td>3</td>
<td>[B3]</td>
<td>*</td>
@@ -1530,8 +1530,8 @@
<td>u-integer</td>
<td>Absolute timecode according to the segment time base.</td>
</tr>
-<tr>
- <td>CueTrackPositions<a name="CueTrackPositions"/></td>
+<tr id="CueTrackPositions">
+ <td>CueTrackPositions</td>
<td>3</td>
<td>[B7]</td>
<td>*</td>
@@ -1541,8 +1541,8 @@
<td>sub-elements</td>
<td>Contain positions for different tracks corresponding to the timecode.</td>
</tr>
-<tr>
- <td>CueTrack<a name="CueTrack"/></td>
+<tr id="CueTrack">
+ <td>CueTrack</td>
<td>4</td>
<td>[F7]</td>
<td>*</td>
@@ -1552,8 +1552,8 @@
<td>u-integer</td>
<td>The track for which a position is given.</td>
</tr>
-<tr>
- <td>CueClusterPosition<a name="CueClusterPosition"/></td>
+<tr id="CueClusterPosition">
+ <td>CueClusterPosition</td>
<td>4</td>
<td>[F1]</td>
<td>*</td>
@@ -1564,8 +1564,8 @@
<td>The <a href="#position">position</a> of the Cluster containing the required
Block.</td>
</tr>
-<tr>
- <td>CueBlockNumber<a name="CueBlockNumber"/></td>
+<tr id="CueBlockNumber">
+ <td>CueBlockNumber</td>
<td>4</td>
<td>[53][78]</td>
<td>-</td>
@@ -1575,8 +1575,8 @@
<td>u-integer</td>
<td>Number of the Block in the specified Cluster.</td>
</tr>
-<tr class="version2">
- <td>CueCodecState<a name="CueCodecState"/></td>
+<tr class="version2" id="CueCodecState">
+ <td>CueCodecState</td>
<td>4</td>
<td>[EA]</td>
<td>-</td>
@@ -1588,8 +1588,8 @@
to this Cue element. 0 means that the data is taken from the initial Track
Entry.</td>
</tr>
-<tr class="version2">
- <td>CueReference<a name="CueReference"/></td>
+<tr class="version2" id="CueReference">
+ <td>CueReference</td>
<td>4</td>
<td>[DB]</td>
<td>-</td>
@@ -1599,8 +1599,8 @@
<td>sub-elements</td>
<td>The Clusters containing the required referenced Blocks.</td>
</tr>
-<tr class="version2">
- <td>CueRefTime<a name="CueRefTime"/></td>
+<tr class="version2" id="CueRefTime">
+ <td>CueRefTime</td>
<td>5</td>
<td>[96]</td>
<td>*</td>
@@ -1610,8 +1610,8 @@
<td>u-integer</td>
<td>Timecode of the referenced Block.</td>
</tr>
-<tr class="version2">
- <td>CueRefCluster<a name="CueRefCluster"/></td>
+<tr class="version2" id="CueRefCluster">
+ <td>CueRefCluster</td>
<td>5</td>
<td>[97]</td>
<td>*</td>
@@ -1622,8 +1622,8 @@
<td><a href="#position">Position</a> of the Cluster containing the referenced
Block.</td>
</tr>
-<tr class="version2">
- <td>CueRefNumber<a name="CueRefNumber"/></td>
+<tr class="version2" id="CueRefNumber">
+ <td>CueRefNumber</td>
<td>5</td>
<td>[53][5F]</td>
<td>-</td>
@@ -1633,8 +1633,8 @@
<td>u-integer</td>
<td>Number of the referenced Block of Track X in the specified Cluster.</td>
</tr>
-<tr class="version2">
- <td>CueRefCodecState<a name="CueRefCodecState"/></td>
+<tr class="version2" id="CueRefCodecState">
+ <td>CueRefCodecState</td>
<td>5</td>
<td>[EB]</td>
<td>-</td>
@@ -1646,11 +1646,11 @@
to this referenced element. 0 means that the data is taken from the initial
Track Entry.</td>
</tr>
-<tr>
- <th colspan="9">Attachment<a name="Attachment"/></th>
+<tr id="Attachment">
+ <th colspan="9">Attachment</th>
</tr>
-<tr>
- <td>Attachments<a name="Attachments"/></td>
+<tr id="Attachments">
+ <td>Attachments</td>
<td>1</td>
<td>[19][41][A4][69]</td>
<td>-</td>
@@ -1660,8 +1660,8 @@
<td>sub-elements</td>
<td>Contain attached files.</td>
</tr>
-<tr>
- <td>AttachedFile<a name="AttachedFile"/></td>
+<tr id="AttachedFile">
+ <td>AttachedFile</td>
<td>2</td>
<td>[61][A7]</td>
<td>*</td>
@@ -1671,8 +1671,8 @@
<td>sub-elements</td>
<td>An attached file.</td>
</tr>
-<tr>
- <td>FileDescription<a name="FileDescription"/></td>
+<tr id="FileDescription">
+ <td>FileDescription</td>
<td>3</td>
<td>[46][7E]</td>
<td>-</td>
@@ -1682,8 +1682,8 @@
<td>UTF-8</td>
<td>A human-friendly name for the attached file.</td>
</tr>
-<tr>
- <td>FileName<a name="FileName"/></td>
+<tr id="FileName">
+ <td>FileName</td>
<td>3</td>
<td>[46][6E]</td>
<td>*</td>
@@ -1693,8 +1693,8 @@
<td>UTF-8</td>
<td>Filename of the attached file.</td>
</tr>
-<tr>
- <td>FileMimeType<a name="FileMimeType"/></td>
+<tr id="FileMimeType">
+ <td>FileMimeType</td>
<td>3</td>
<td>[46][60]</td>
<td>*</td>
@@ -1704,8 +1704,8 @@
<td>string</td>
<td>MIME type of the file.</td>
</tr>
-<tr>
- <td>FileData<a name="FileData"/></td>
+<tr id="FileData">
+ <td>FileData</td>
<td>3</td>
<td>[46][5C]</td>
<td>*</td>
@@ -1715,8 +1715,8 @@
<td>binary</td>
<td>The data of the file.</td>
</tr>
-<tr>
- <td>FileUID<a name="FileUID"/></td>
+<tr id="FileUID">
+ <td>FileUID</td>
<td>3</td>
<td>[46][AE]</td>
<td>*</td>
@@ -1726,8 +1726,8 @@
<td>u-integer</td>
<td>Unique ID representing the file, as random as possible.</td>
</tr>
-<tr>
- <th colspan="9">Chapters<a name="Chapters"/></th>
+<tr id="Chapters">
+ <th colspan="9">Chapters</th>
</tr>
<tr>
<td>Chapters</td>
@@ -1742,8 +1742,8 @@
information, look at the <a href="chapters/index.html">Chapters
Explanation</a>.</td>
</tr>
-<tr>
- <td>EditionEntry<a name="EditionEntry"/></td>
+<tr id="EditionEntry">
+ <td>EditionEntry</td>
<td>2</td>
<td>[45][B9]</td>
<td>*</td>
@@ -1753,8 +1753,8 @@
<td>sub-elements</td>
<td>Contains all information about a segment edition.</td>
</tr>
-<tr>
- <td>EditionUID<a name="EditionUID"/></td>
+<tr id="EditionUID">
+ <td>EditionUID</td>
<td>3</td>
<td>[45][BC]</td>
<td>-</td>
@@ -1764,8 +1764,8 @@
<td>u-integer</td>
<td>A unique ID to identify the edition. It's useful for tagging an edition.</td>
</tr>
-<tr>
- <td>EditionFlagHidden<a name="EditionFlagHidden"/></td>
+<tr id="EditionFlagHidden">
+ <td>EditionFlagHidden</td>
<td>3</td>
<td>[45][BD]</td>
<td>*</td>
@@ -1775,8 +1775,8 @@
<td>u-integer (1 bit)</td>
<td>If an edition is hidden (1), it should not be available to the user interface (but still to Control Tracks).</td>
</tr>
-<tr>
- <td>EditionFlagDefault<a name="EditionFlagDefault"/></td>
+<tr id="EditionFlagDefault">
+ <td>EditionFlagDefault</td>
<td>3</td>
<td>[45][DB]</td>
<td>*</td>
@@ -1786,8 +1786,8 @@
<td>u-integer (1 bit)</td>
<td>If a flag is set (1) the edition should be used as the default one.</td>
</tr>
-<tr>
- <td>EditionManaged<a name="EditionManaged"/></td>
+<tr id="EditionManaged">
+ <td>EditionManaged</td>
<td>3</td>
<td>[45][DD]</td>
<td>-</td>
@@ -1797,8 +1797,8 @@
<td>u-integer</td>
<td>The type of edition defined: 0 is a standard chapter definition, 1 is an edition with chapters defined multiple times and the order to play them is enforced.</td>
</tr>
-<tr>
- <td>ChapterAtom<a name="ChapterAtom"/></td>
+<tr id="ChapterAtom">
+ <td>ChapterAtom</td>
<td>3+</td>
<td>[B6]</td>
<td>*</td>
@@ -1809,9 +1809,9 @@
<td>Contains the atom information to use as the chapter atom (apply to all
tracks).</td>
</tr>
-<tr><td>ChapterUID<a name="ChapterUID"/></td><td>4+</td><td>[73][C4]</td><td>*</td><td>-</td><td>>0</td><td>-</td><td>u-integer</td><td>A unique ID to identify the Chapter.</td></tr>
-<tr>
- <td>ChapterTimeStart<a name="ChapterTimeStart"/></td>
+<tr id="ChapterUID"><td>ChapterUID</td><td>4+</td><td>[73][C4]</td><td>*</td><td>-</td><td>>0</td><td>-</td><td>u-integer</td><td>A unique ID to identify the Chapter.</td></tr>
+<tr id="ChapterTimeStart">
+ <td>ChapterTimeStart</td>
<td>4+</td>
<td>[91]</td>
<td>*</td>
@@ -1821,8 +1821,8 @@
<td>u-integer</td>
<td>Timecode of the start of Chapter (not scaled).</td>
</tr>
-<tr>
- <td>ChapterTimeEnd<a name="ChapterTimeEnd"/></td>
+<tr id="ChapterTimeEnd">
+ <td>ChapterTimeEnd</td>
<td>4+</td>
<td>[92]</td>
<td>-</td>
@@ -1832,8 +1832,8 @@
<td>u-integer</td>
<td>Timecode of the end of Chapter (timecode excluded, not scaled).</td>
</tr>
-<tr>
- <td>ChapterFlagHidden<a name="ChapterHidden"></a></td>
+<tr id="ChapterHidden">
+ <td>ChapterFlagHidden</td>
<td>4+</td>
<td>[98]</td>
<td>*</td>
@@ -1843,8 +1843,8 @@
<td>u-integer (1 bit)</td>
<td>If a chapter is hidden (1), it should not be available to the user interface (but still to Control Tracks).</td>
</tr>
-<tr>
- <td>ChapterFlagEnabled<a name="ChapterEnable"></a></td>
+<tr id="ChapterEnable">
+ <td>ChapterFlagEnabled</td>
<td>4+</td>
<td>[45][98]</td>
<td>*</td>
@@ -1854,8 +1854,8 @@
<td>u-integer (1 bit)</td>
<td>Specify wether the chapter is enabled. It can be enabled/disabled by a Control Track. When disabled, the movie should skip all the content between the TimeStart and TimeEnd of this chapter.</td>
</tr>
-<tr>
- <td>ChapterPhysicalEquiv<a name="ChapterPhysicalEquiv"></a></td>
+<tr id="ChapterPhysicalEquiv">
+ <td>ChapterPhysicalEquiv</td>
<td>4+</td>
<td>[63][C3]</td>
<td>-</td>
@@ -1865,8 +1865,8 @@
<td>u-integer</td>
<td>Specify the physical equivalent of this ChapterAtom like "DVD" (60) or "SIDE" (50), see <a href="#physical">complete list of values</a>.</td>
</tr>
-<tr>
- <td>ChapterTrack<a name="ChapterTrack"/></td>
+<tr id="ChapterTrack">
+ <td>ChapterTrack</td>
<td>4+</td>
<td>[8F]</td>
<td>-</td>
@@ -1876,8 +1876,8 @@
<td>sub-elements</td>
<td>List of tracks on which the chapter applies. If this element is not present, all tracks apply</td>
</tr>
-<tr>
- <td>ChapterTrackNumber<a name="ChapterTrackNumber"/></td>
+<tr id="ChapterTrackNumber">
+ <td>ChapterTrackNumber</td>
<td>5+</td>
<td>[89]</td>
<td>*</td>
@@ -1890,8 +1890,8 @@
unlisted tracks. Absense of this element indicates that the Chapter should
be applied to any currently used Tracks.</td>
</tr>
-<tr>
- <td>ChapterDisplay<a name="ChapterDisplay"/></td>
+<tr id="ChapterDisplay">
+ <td>ChapterDisplay</td>
<td>4+</td>
<td>[80]</td>
<td>-</td>
@@ -1901,8 +1901,8 @@
<td>sub-elements</td>
<td>Contains all possible strings to use for the chapter display.</td>
</tr>
-<tr>
- <td>ChapString<a name="ChapString"/></td>
+<tr id="ChapString">
+ <td>ChapString</td>
<td>5+</td>
<td>[85]</td>
<td>*</td>
@@ -1912,8 +1912,8 @@
<td>UTF-8</td>
<td>Contains the string to use as the chapter atom.</td>
</tr>
-<tr>
- <td>ChapLanguage<a name="ChapLanguage"/></td>
+<tr id="ChapLanguage">
+ <td>ChapLanguage</td>
<td>5+</td>
<td>[43][7C]</td>
<td>*</td>
@@ -1923,8 +1923,8 @@
<td>string</td>
<td>The languages corresponding to the string, in the <a href="http://lcweb.loc.gov/standards/iso639-2/englangn.html#two">bibliographic ISO-639-2 form</a>.</td>
</tr>
-<tr>
- <td>ChapCountry<a name="ChapCountry"/></td>
+<tr id="ChapCountry">
+ <td>ChapCountry</td>
<td>5+</td>
<td>[43][7E]</td>
<td>-</td>
@@ -1934,11 +1934,11 @@
<td>string</td>
<td>The countries corresponding to the string, same 2 octets as in <a href="http://www.iana.org/cctld/cctld-whois.htm">Internet domains</a>.</td>
</tr>
-<tr>
- <th colspan="9">Tagging<a name="Tagging"/></th>
+<tr id="Tagging">
+ <th colspan="9">Tagging</th>
</tr>
-<tr>
- <td>Tags<a name="Tags" id="Tags"/></td>
+<tr id="Tags">
+ <td>Tags</td>
<td>1</td>
<td>[12][54][C3][67]</td>
<td>-</td>
@@ -1949,8 +1949,8 @@
<td>Element containing elements specific to Tracks/Chapters. A list of valid
tags can be found <a href="tagging/index.html">here.</a></td>
</tr>
-<tr>
- <td>Tag<a name="Tag" id="Tag"></a></td>
+<tr id="Tag">
+ <td>Tag</td>
<td>2</td>
<td>[73][73]</td>
<td>*</td>
@@ -1960,9 +1960,8 @@
<td>sub-elements</td>
<td>Element containing elements specific to Tracks/Chapters.</td>
</tr>
-<tr>
- <td>Targets<a name="Targets" id="Targets"
- ></a></td>
+<tr id="Targets">
+ <td>Targets</td>
<td>3</td>
<td>[63][C0]</td>
<td>*</td>
@@ -1973,8 +1972,8 @@
<td>Contain all UIDs where the specified meta data apply. It is void to
describe everything in the segment.</td>
</tr>
-<tr>
- <td>TargetTypeValue<a name="TargetTypeValue" id="TargetTypeValue"></a></td>
+<tr id="TargetTypeValue">
+ <td>TargetTypeValue</td>
<td>4</td>
<td>[68][CA]</td>
<td>-</td>
@@ -1984,8 +1983,8 @@
<td>u-integer</td>
<td>A number to indicate the logical level of the target (see <a href="tagging/index.html#targettypes">TargetType</a>).</td>
</tr>
-<tr>
- <td>TargetType<a name="TargetType" id="TargetType"></a></td>
+<tr id="TargetType">
+ <td>TargetType</td>
<td>4</td>
<td>[63][CA]</td>
<td>-</td>
@@ -1995,8 +1994,8 @@
<td>string</td>
<td>An <strong>informational</strong> string that can be used to display the logical level of the target like "ALBUM", "TRACK", "MOVIE", "CHAPTER", etc (see <a href="tagging/index.html#targettypes">TargetType</a>).</td>
</tr>
-<tr>
- <td>EditionUID<a name="TEditionUID" id="TEditionUID"></a></td>
+<tr id="TEditionUID">
+ <td>EditionUID</td>
<td>4</td>
<td>[63][C9]</td>
<td>-</td>
@@ -2006,8 +2005,8 @@
<td>u-integer</td>
<td>A unique ID to identify the EditionEntry(s) the tags belong to. If the value is 0 at this level, the tags apply to all editions in the Segment.</td>
</tr>
-<tr>
- <td>ChapterUID<a name="TChapterUID" id="TChapterUID"></a></td>
+<tr id="TChapterUID">
+ <td>ChapterUID</td>
<td>4</td>
<td>[63][C4]</td>
<td>-</td>
@@ -2017,8 +2016,8 @@
<td>u-integer</td>
<td>A unique ID to identify the Chapter(s) the tags belong to. If the value is 0 at this level, the tags apply to all chapters in the Segment.</td>
</tr>
-<tr>
- <td>AttachmentUID<a name="AttachmentUID" id="AttachmentUID"></a></td>
+<tr id="AttachmentUID">
+ <td>AttachmentUID</td>
<td>4</td>
<td>[63][C6]</td>
<td>-</td>
@@ -2028,8 +2027,8 @@
<td>u-integer</td>
<td>A unique ID to identify the Attachment(s) the tags belong to. If the value is 0 at this level, the tags apply to all the attachments in the Segment.</td>
</tr>
-<tr>
- <td>SimpleTag<a name="SimpleTag" id="SimpleTag"/></td>
+<tr id="SimpleTag">
+ <td>SimpleTag</td>
<td>3+</td>
<td>[67][C8]</td>
<td>*</td>
@@ -2039,9 +2038,8 @@
<td>sub-elements</td>
<td>Contains general information about the target.</td>
</tr>
-<tr>
- <td>TagName<a name="TagName" id="TagName"
- ></a></td>
+<tr id="TagName">
+ <td>TagName</td>
<td>4+</td>
<td>[45][A3]</td>
<td>*</td>
@@ -2052,8 +2050,8 @@
<td>The name of the Tag that is going to be stored.</td>
</tr>
-<tr>
- <td>TagLanguage<a name="TagLanguage" id="TagLanguage"></a></td>
+<tr id="TagLanguage">
+ <td>TagLanguage</td>
<td>4+</td>
<td>[44][7A]</td>
<td>*</td>
@@ -2063,8 +2061,8 @@
<td>string</td>
<td>Specifies the language of the tag specified, in the <a href="#languages">Matroska languages form</a>.</td>
</tr>
-<tr>
- <td>TagDefault<a name="TagDefault" id="TagDefault"></a></td>
+<tr id="TagDefault">
+ <td>TagDefault</td>
<td>4+</td>
<td>[44][B4]</td>
<td>*</td>
@@ -2074,8 +2072,8 @@
<td>u-integer (1 bit)</td>
<td>Indication to know if this is the default/original language to use for the given tag.</td>
</tr>
-<tr>
- <td>TagString<a name="TagString" id="TagString"></a></td>
+<tr id="TagString">
+ <td>TagString</td>
<td>4+</td>
<td>[44][87]</td>
<td>-</td>
@@ -2085,8 +2083,8 @@
<td>UTF-8</td>
<td>The value of the Tag.</td>
</tr>
-<tr>
- <td>TagBinary<a name="TagBinary" id="TagBinary"></a></td>
+<tr id="TagBinary">
+ <td>TagBinary</td>
<td>4+</td>
<td>[44][85]</td>
<td>-</td>
@@ -2144,32 +2142,32 @@
</tbody></table></div>
<p><b>All top-levels elements (Segment and direct sub-elements) are coded on 4 octets, i.e. class D elements.</b></p>
-<h3><a name="Table_Notes"/>Table Notes</h3>
+<h3 id="Table_Notes">Table Notes</h3>
<div>
<ul>
<li>Multi: specifies that the element can be found multiple times in the upper level element</li>
</ul>
</div>
-<h3><a name="Appendix"/>Appendix</h3>
+<h3 id="Appendix">Appendix</h3>
<div>
-<h4><a name="Profiles"/>Profiles Grid</h4>
+<h4 id="Profiles">Profiles Grid</h4>
<p>See the <a href="profiles/index.html">Profiles Page</a>.</p>
</div>
<div>
-<h4><a name="channelposition">Audio Channel Position</a></h4>
+<h4 id="channelposition">Audio Channel Position</h4>
<p>See the <a href="channelposition/index.html">Channel Postion Page</a>.</p>
</div>
<div>
-<h4><a name="languages">Language Codes</a></h4>
+<h4 id="languages">Language Codes</h4>
<p>Language codes can be either the 3 letters <a href="http://lcweb.loc.gov/standards/iso639-2/englangn.html#two">bibliographic ISO-639-2</a> form (like "fre" for french), or a language code mixed with a country code for specialities in languages (like "fre-ca" for canadian french).</p>
</div>
<div>
-<h4><a name="physical">Physical Types</a></h4>
+<h4 id="physical">Physical Types</h4>
<p>Each level can have different meanings for audio and video. The ORIGINAL_MEDIUM tag can be used to specify a string for ChapterPhysicalEquiv = 60. Here is the list of possible levels for both audio and video :</p>
<div class="techdef">
@@ -2188,7 +2186,7 @@
</div>
<div>
-<h4><a name="block_structure">Block Structure</a></h4>
+<h4 id="block_structure">Block Structure</h4>
<p>Size = 1 + (1-8) + 4 + (4 + (4)) octets. So from 6 to 21 octets.</p>
<p>Bit 0 is the most significant bit.</p>
<p>Frames using references should be stored in "coding order". That means the references first and then the frames referencing them. A consequence is that timecodes may not be consecutive. But a frame with a past timecode must reference a frame already known, otherwise it's considered bad/void.</p>
@@ -2197,8 +2195,8 @@
<table>
<tbody><tr><th colspan="3">Block Header</th></tr>
<tr><th>Offset</th><th>Player</th><th>Description</th></tr>
-<tr><td>0x00+</td><td>must</td><td><a name="Block_Track"/>Track Number (Track Entry). It is coded in EBML like form (1 octet if the value is < 0x80, 2 if < 0x4000, etc) (most significant bits set to increase the range).</td></tr>
-<tr><td>0x01+</td><td>must</td><td><a name="Block_Timecode"/>Timecode (relative to Cluster timecode, signed int16)</td></tr>
+<tr><td>0x00+</td><td>must</td><td id="Block_Track">Track Number (Track Entry). It is coded in EBML like form (1 octet if the value is < 0x80, 2 if < 0x4000, etc) (most significant bits set to increase the range).</td></tr>
+<tr><td>0x01+</td><td>must</td><td id="Block_Timecode">Timecode (relative to Cluster timecode, signed int16)</td></tr>
<tr><td>0x03+</td><td>-</td><td>
<table border="1">
<tbody><tr><th colspan="3">Flags</th></tr>
@@ -2229,7 +2227,7 @@
</tbody></table></div>
-<h3><a name="lacing">Lacing</a></h3>
+<h3 id="lacing">Lacing</h3>
<p>Lacing is a mechanism to save space when storing data. It is typically used for small blocks of data (refered to as frames in matroska). There are 3 types of lacing : the Xiph one inspired by what is found in the Ogg container, the EBML one which is the same with sizes coded differently and the fixed-size one where the size is not coded. As an example is better than words...</p>
<p>Let's say you want to store 3 frames of the same track. The first frame is 800 octets long, the second is 500 octets long and the third is 1000 octets long. As these data are small, you can store them in a lace to save space. They will then be solved in the same block as follows:</p>
@@ -2298,7 +2296,7 @@
</div>
<div class="version2">
-<h4><a name="block_virtual">Virtual Block</a></h4>
+<h4 id="block_virtual">Virtual Block</h4>
<p>The data in matroska is stored in coding order. But that means if you seek to a particular point and a frame has been referenced far away, you won't know while playing and you might miss this frame (true for independent frames and overlapping of dependent frames). So the idea is to have a placeholder for the original frame in the timecode (display) order.</p>
<p>The structure is a scaled down version of the normal <a href="#block">Block</a>.</p>
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.