[www] r687 - trunk/www.matroska.org/data/technical/specs/chapters
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2004-09-10 15:53:12 +0400 (Fri, 10 Sep 2004) New Revision: 687 Modified: trunk/www.matroska.org/data/technical/specs/chapters/index.html Log: spec: only PGCs have command, including the ones of cells Modified: trunk/www.matroska.org/data/technical/specs/chapters/index.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/chapters/index.html 2004-09-10 10:56:21 UTC (rev 686) +++ trunk/www.matroska.org/data/technical/specs/chapters/index.html 2004-09-10 11:53:12 UTC (rev 687) @@ -512,7 +512,7 @@ <tr><td>0x20</td><td>PGCN</td><td colspan="6">Program Group Chain (PGC)</td><td>*</td><td> </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><td>-</td><td>Equivalent to the chapters on the sleeve.</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><td>-</td><td> </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><td>*</td><td> </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><td>-</td><td> </td></tr> </tbody> </table> </div> @@ -545,7 +545,7 @@ <li>0x87: Chapter Menu (only found in the VTSM domain)</li> </ul> -<p>ChapProcessCommand contains the pre/post/cell commands in binary format as there are stored on a DVD. There is just a octet preceeding these data to specify the number of commands in the element. As follows: [# of commands(1)][command 1 (8)][command 2 (8)][command 3 (8)].</p> +<p>ChapProcessCommand contains the pre/post/cell commands in binary format as there are stored on a DVD. There is just an octet preceeding these data to specify the number of commands in the element. As follows: [# of commands(1)][command 1 (8)][command 2 (8)][command 3 (8)].</p> <p>More information on the DVD commands and format on <a href="http://www.dvd-replica.com/DVD/">DVD-replica</a>, where we got most of the info about it. You can also get information on DVD from <a href="http://dvd.sourceforge.net/dvdinfo/">the DVDinfo project</a>.</p>