comparison DOCS/skin.html @ 8432:7b6b7fb76965

small updates
author diego
date Thu, 12 Dec 2002 03:02:03 +0000
parents 6548f6a4216b
children 99a3ab65891d
comparison
equal deleted inserted replaced
8431:e0a26ef29fc3 8432:7b6b7fb76965
57 57
58 The purpose of this document is to describe the MPlayer skin format. 58 The purpose of this document is to describe the MPlayer skin format.
59 The information contained here might be wrong, for 59 The information contained here might be wrong, for
60 60
61 <ol type="a"> 61 <ol type="a">
62 <li>It is not me who wrote the GUI</li> 62 <li>It is not me who wrote the GUI.</li>
63 <li>The GUI is not finished</li> 63 <li>The GUI is not finished.</li>
64 <li>I might be wrong.</li> 64 <li>I might be wrong.</li>
65 </ol> 65 </ol>
66 66
67 So do not be surprised if something does not work as described here. 67 So do not be surprised if something does not work as described here.
68 68
104 </pre> 104 </pre>
105 105
106 106
107 <h3><a name="images">2.2 Image formats</a></h3> 107 <h3><a name="images">2.2 Image formats</a></h3>
108 108
109 Images must be truecolor (24 or 32 bpp) PNG. 109 Images must be truecolor (24 or 32 bpp) PNGs.
110 110
111 <p> 111 <p>
112 In the main window (see below) you can use images with `transparency': 112 In the main window (see below) you can use images with `transparency':
113 Regions filled with the color #FF00FF (<font color="#FF00FF">magenta</font>) 113 Regions filled with the color #FF00FF (<font color="#FF00FF">magenta</font>)
114 are fully transparent when viewed by MPlayer. This means that you can even 114 are fully transparent when viewed by MPlayer. This means that you can even
573 </td></tr> 573 </td></tr>
574 <tr><td align=center><kbd>$y</kbd></td> 574 <tr><td align=center><kbd>$y</kbd></td>
575 <td>movie height 575 <td>movie height
576 </td></tr> 576 </td></tr>
577 <tr><td align=center><kbd>$C</kbd></td> 577 <tr><td align=center><kbd>$C</kbd></td>
578 <td>used codec's name 578 <td>name of the codec used
579 </td></tr> 579 </td></tr>
580 </table> 580 </table>
581 581
582 <em class="note"> 582 <em class="note">
583 <b>Note:</b> The <kbd>$a</kbd>, <kbd>$T</kbd>, <kbd>$p</kbd>, <kbd>$s</kbd> 583 <b>Note:</b> The <kbd>$a</kbd>, <kbd>$T</kbd>, <kbd>$p</kbd>, <kbd>$s</kbd>
894 894
895 <dt><b>evPlayList</b> 895 <dt><b>evPlayList</b>
896 <dd>Open/close the playlist window. 896 <dd>Open/close the playlist window.
897 897
898 <dt><b>evPlayDVD</b> 898 <dt><b>evPlayDVD</b>
899 <dd>Tries to open the disc in the given DVDROM drive. 899 <dd>Tries to open the disc in the given DVD-ROM drive.
900 900
901 <dt><b>evPlayVCD</b> 901 <dt><b>evPlayVCD</b>
902 <dd>Tries to open the disc in the given CDROM drive. 902 <dd>Tries to open the disc in the given CD-ROM drive.
903 903
904 <dt><b>evPreferences</b> 904 <dt><b>evPreferences</b>
905 <dd>Open the preferences window. 905 <dd>Open the preferences window.
906 906
907 <dt><b>evSetAspect</b> 907 <dt><b>evSetAspect</b>