[www] r547 - trunk/www.matroska.org/data/technical/specs/tagging
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2004-08-24 01:06:59 +0400 (Tue, 24 Aug 2004) New Revision: 547 Modified: trunk/www.matroska.org/data/technical/specs/tagging/index.html Log: spec: slide the video levels up and add "SHOT" Modified: trunk/www.matroska.org/data/technical/specs/tagging/index.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/tagging/index.html 2004-08-23 20:35:45 UTC (rev 546) +++ trunk/www.matroska.org/data/technical/specs/tagging/index.html 2004-08-23 21:06:59 UTC (rev 547) @@ -266,13 +266,14 @@ <div class="techdef"> <table style="width: 100%;"> <tr><th>Level</th><th>Audio TargetType</th><th>Video TargetType</th><th>Comment</th></tr> -<tr><td>-</td><td>VOLUME</td><td>SEASON</td><td>a high hierarchy when many sets or media are related to each other</td></tr> +<tr><td>-</td><td>VOLUME</td><td>VOLUME</td><td>a high hierarchy when many sets or media are related to each other (can be a season or sequel for a movie)</td></tr> <tr><td>set</td><td>SET</td><td>SET</td><td>the collection of different media</td></tr> <tr><td>medium</td><td>MEDIUM</td><td>MEDIUM</td><td>the physical medium like a CD or a DVD</td></tr> <tr><td>side</td><td>SIDE</td><td>SIDE</td><td>when the original medium (LP/DVD) has different sides</td></tr> -<tr><td>-</td><td>TRACK</td><td>EPISODE</td><td>the first separation level of the side/medium</td></tr> -<tr><td>-</td><td>INDEX</td><td>CHAPTER</td><td>the common level of general cutting</td></tr> -<tr><td>-</td><td>SUBINDEX</td><td>SCENE</td><td>the lowest hierarchy found in music or movies</td></tr> +<tr><td>-</td><td>-</td><td>EPISODE</td><td>mostly used for TV series</td></tr> +<tr><td>-</td><td>TRACK</td><td>CHAPTER</td><td>the first logical level of the side/medium</td></tr> +<tr><td>-</td><td>INDEX</td><td>SCENE</td><td>the common level of general cutting</td></tr> +<tr><td>-</td><td>SUBINDEX</td><td>SHOT</td><td>the lowest hierarchy found in music or movies</td></tr> </table> </div>