[www] r512 - trunk/www.matroska.org/data/technical/specs
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2004-08-22 22:16:12 +0400 (Sun, 22 Aug 2004) New Revision: 512 Modified: trunk/www.matroska.org/data/technical/specs/index.html Log: spec: added PixelCrop in all directions Modified: trunk/www.matroska.org/data/technical/specs/index.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/index.html 2004-08-22 18:12:52 UTC (rev 511) +++ trunk/www.matroska.org/data/technical/specs/index.html 2004-08-22 18:16:12 UTC (rev 512) @@ -1072,6 +1072,39 @@ <td>The number of video pixels to remove at the bottom of the image (for HDTV content).</td> </tr> <tr> + <td>PixelCropTop<a name="PixelCropTop"/></td> + <td>4</td> + <td>[54][BB]</td> + <td>-</td> + <td>-</td> + <td>-</td> + <td>0</td> + <td>u-integer</td> + <td>The number of video pixels to remove at the top of the image.</td> +</tr> +<tr> + <td>PixelCropLeft<a name="PixelCropLeft"/></td> + <td>4</td> + <td>[54][CC]</td> + <td>-</td> + <td>-</td> + <td>-</td> + <td>0</td> + <td>u-integer</td> + <td>The number of video pixels to remove on the left of the image.</td> +</tr> +<tr> + <td>PixelCropRight<a name="PixelCropRight"/></td> + <td>4</td> + <td>[54][DD]</td> + <td>-</td> + <td>-</td> + <td>-</td> + <td>0</td> + <td>u-integer</td> + <td>The number of video pixels to remove on the right of the image.</td> +</tr> +<tr> <td>DisplayWidth<a name="DisplayWidth"/></td> <td>4</td> <td>[54][B0]</td>