[www] r633 - trunk/www.matroska.org/data/technical/specs/chapters
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2004-09-04 20:41:06 +0400 (Sat, 04 Sep 2004)
New Revision: 633
Modified:
trunk/www.matroska.org/data/technical/specs/chapters/index.html
Log:
spec: add one more value to ChapProcessTime
Modified: trunk/www.matroska.org/data/technical/specs/chapters/index.html
===================================================================
--- trunk/www.matroska.org/data/technical/specs/chapters/index.html 2004-09-04 16:33:55 UTC (rev 632)
+++ trunk/www.matroska.org/data/technical/specs/chapters/index.html 2004-09-04 16:41:06 UTC (rev 633)
@@ -316,7 +316,7 @@
<td>-</td>
<td>-</td>
<td>u-integer</td>
- <td>Defines when the process command should be handled (0: before starting playback, 1: after playback of the chapter).</td>
+ <td>Defines when the process command should be handled (0: during the whole chapter, 1: before starting playback, 2: after playback of the chapter).</td>
</tr>
<tr>
<td>ChapProcessCommand<a name="ChapProcessCommand"/></td>
@@ -588,17 +588,17 @@
<h3><a name="dvd"/>DVD menu</h3>
-<p>This is the case when EditionProcessed = 1. Each level of a chapter corresponds to a logical level in the DVD system. This DVD hierarchy is as follows:</p>
+<p>This is the case when EditionProcessed = 1. Each level of a chapter corresponds to a logical level in the DVD system that is stored in the first octet of the ChapterProcessPrivate. This DVD hierarchy is as follows:</p>
<div class="techdef">
<table style="text-align: center;">
<tbody>
-<tr><th>ChapterProcessPrivate<br/>(1 octet)</th><th>Command Name</th><th colspan="6">Hierarchy</th></tr>
-<tr><td>40</td><td>TT</td><td colspan="6">Title</td></tr>
-<tr><td>32</td><td>PGCN</td><td colspan="6">Program Group Chain (PGC)</td></tr>
-<tr><td>24</td><td>PTT</td><td colspan="4">Part Of Title 1</td><td colspan="2">Part Of Title 2</td></tr>
-<tr><td>16</td><td>PGN</td><td colspan="3">Program 1</td><td>Program 2</td><td colspan="2">Program 3</td></tr>
-<tr><td>8</td><td>CN</td><td>Cell 1</td><td>Cell 2</td><td>Cell 3</td><td>Cell 4</td><td>Cell 5</td><td>Cell 6</td></tr>
+<tr><th>ChapterProcessPrivate</th><th>Command Name</th><th colspan="6">Hierarchy</th></tr>
+<tr><td>0x28</td><td>TT</td><td colspan="6">Title</td></tr>
+<tr><td>0x20</td><td>PGCN</td><td colspan="6">Program Group Chain (PGC)</td></tr>
+<tr><td>0x18</td><td>PTT</td><td colspan="4">Part Of Title 1</td><td colspan="2">Part Of Title 2</td></tr>
+<tr><td>0x10</td><td>PGN</td><td colspan="3">Program 1</td><td>Program 2</td><td colspan="2">Program 3</td></tr>
+<tr><td>0x08</td><td>CN</td><td>Cell 1</td><td>Cell 2</td><td>Cell 3</td><td>Cell 4</td><td>Cell 5</td><td>Cell 6</td></tr>
</tbody>
</table>
</div>