[www] r723 - trunk/www.matroska.org/data/technical/specs
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2004-10-02 19:48:58 +0400 (Sat, 02 Oct 2004) New Revision: 723 Modified: trunk/www.matroska.org/data/technical/specs/index.html Log: spec: added TrackAngle Modified: trunk/www.matroska.org/data/technical/specs/index.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/index.html 2004-10-02 15:34:02 UTC (rev 722) +++ trunk/www.matroska.org/data/technical/specs/index.html 2004-10-02 15:48:58 UTC (rev 723) @@ -1022,6 +1022,17 @@ <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> + <td>3</td> + <td>[6F][44]</td> + <td>-</td> + <td>*</td> + <td>-</td> + <td>1</td> + <td>u-integer</td> + <td>The angle number of the track, as found in DVDs. It can be multiple so that an audio track can match all the angles at the same time.</td> +</tr> <tr class="subclass"> <td colspan="9">video</td> </tr>