[www] r862 - trunk/www.matroska.org/data/technical/specs
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2005-01-13 19:12:18 +0300 (Thu, 13 Jan 2005) New Revision: 862 Modified: trunk/www.matroska.org/data/technical/specs/index.html Log: spec: added SegmentFamily, ChapterLink, ChapterLinkCodec and ChapterLinkID for more segment relations Modified: trunk/www.matroska.org/data/technical/specs/index.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/index.html 2005-01-13 14:13:04 UTC (rev 861) +++ trunk/www.matroska.org/data/technical/specs/index.html 2005-01-13 16:12:18 UTC (rev 862) @@ -505,6 +505,50 @@ <td>UTF-8</td> <td>An escaped filename corresponding to the next segment.</td> </tr> +<tr id="SegmentFamily"> + <td>SegmentFamily</td> + <td>2</td> + <td>[73][73]</td> + <td>-</td> + <td>-</td> + <td>-</td> + <td>-</td> + <td>u-integer</td> + <td>An ID that all segments related to each other must use.</td> +</tr> +<tr id="ChapterLink"> + <td>ChapterLink</td> + <td>2</td> + <td>[69][24]</td> + <td>-</td> + <td>*</td> + <td>-</td> + <td>-</td> + <td>sub-elements</td> + <td>A tuple of corresponding ID used by chapter codecs to represent this segment.</td> +</tr> +<tr id="ChapterLinkCodec"> + <td>ChapterLinkCodec</td> + <td>3</td> + <td>[69][BF]</td> + <td>*</td> + <td>-</td> + <td>-</td> + <td>-</td> + <td>u-integer</td> + <td>The <a href="#ChapProcessCodecID">chapter codec</a> using this ID (0: Matroska Script, 1: DVD-menu).</td> +</tr> +<tr id="ChapterLinkID"> + <td>ChapterLinkID</td> + <td>3</td> + <td>[69][A5]</td> + <td>*</td> + <td>-</td> + <td>-</td> + <td>-</td> + <td>binary</td> + <td>The binary value used to represent this segment in the chapter codec data. The format depends on the <a href="chapters/#ChapProcessCodecID">ChapProcessCodecID</a> used.</td> +</tr> <tr id="TimecodeScale"> <td>TimecodeScale</td> <td>2</td>