Mercurial > mplayer.hg
annotate DOCS/xml/en/install.xml @ 27813:67b299fcffd1
Move libmad codec installation section to software requirements.
author | diego |
---|---|
date | Wed, 29 Oct 2008 06:33:24 +0000 |
parents | 42b15a81b468 |
children | 1bc1d241f635 |
rev | line source |
---|---|
20535 | 1 <?xml version="1.0" encoding="utf-8"?> |
10913
49b1a67e7381
Add revision keyword to english xml files, to ease translation synchronization
lumag
parents:
10403
diff
changeset
|
2 <!-- $Revision$ --> |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
16663
diff
changeset
|
3 <chapter id="install"> |
9675 | 4 <title>Installation</title> |
5 | |
6 <para> | |
11311 | 7 A quick installation guide can be found in the <filename>README</filename> |
8 file. Please read it first and then come back here for the rest of the gory | |
9 details. | |
10 </para> | |
11 | |
12 <para> | |
21137
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
13 In this section you will be guided through the compilation and configuration |
9675 | 14 process of <application>MPlayer</application>. It's not easy, but it won't |
21137
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
15 necessarily be hard. If you experience a behavior different from this |
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
16 description, please search through this documentation and you'll find your |
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
17 answers. |
9675 | 18 </para> |
19 | |
21521 | 20 |
21 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> | |
22 | |
23 | |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
16663
diff
changeset
|
24 <sect1 id="softreq"> |
9675 | 25 <title>Software requirements</title> |
26 | |
27 <itemizedlist> | |
28 <listitem><para> | |
21137
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
29 <emphasis role="bold">binutils</emphasis> - recommended version is |
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
30 <emphasis role="bold">2.11.x</emphasis>. |
9675 | 31 </para></listitem> |
32 <listitem><para> | |
21137
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
33 <emphasis role="bold">gcc</emphasis> - recommended versions are 2.95 |
20850 | 34 and 3.4+. 2.96 and 3.0.x are known to generate faulty code, 3.1 and |
20854
44102c48069a
Restore PowerPC gcc note that I mistakenly removed.
diego
parents:
20850
diff
changeset
|
35 3.2 also had problems, 3.3 some minor ones. On PowerPC, use 4.x. |
21521 | 36 </para></listitem> |
9675 | 37 <listitem><para> |
21137
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
38 <emphasis role="bold">Xorg/XFree86</emphasis> - recommended version is |
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
39 4.3 or later. Make sure the |
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
40 <emphasis role="bold">development packages</emphasis> are installed, |
9675 | 41 too, otherwise it won't work. |
21137
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
42 You don't absolutely need X, some video output drivers work without it. |
21521 | 43 </para></listitem> |
9675 | 44 <listitem><para> |
21137
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
45 <emphasis role="bold">make</emphasis> - recommended version is |
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
46 3.79.x or later. To build the XML documentation you need 3.80. |
21521 | 47 </para></listitem> |
9675 | 48 <listitem><para> |
24067
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
49 <emphasis role="bold">FreeType</emphasis> - 2.0.9 or later is required |
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
50 for the OSD and subtitles |
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
51 </para></listitem> |
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
52 <listitem><para> |
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
53 <emphasis role="bold">ALSA</emphasis> - optional, for ALSA audio output |
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
54 support. At least 0.9.0rc4 is required. |
21521 | 55 </para></listitem> |
19819
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
56 <listitem><para> |
24067
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
57 <emphasis role="bold">libjpeg</emphasis> - |
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
58 required for the optional JPEG video output driver |
21521 | 59 </para></listitem> |
9675 | 60 <listitem><para> |
24067
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
61 <emphasis role="bold">libpng</emphasis> - |
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
62 required for the optional PNG video output driver |
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
63 </para></listitem> |
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
64 <listitem><para> |
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
65 <emphasis role="bold">directfb</emphasis> - optional, 0.9.13 or later |
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
66 required for the directfb video output driver |
21521 | 67 </para></listitem> |
9675 | 68 <listitem><para> |
21137
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
69 <emphasis role="bold">lame</emphasis> - 3.90 or later is recommended, |
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
70 necessary for encoding MP3 audio with <application>MEncoder</application>. |
21521 | 71 </para></listitem> |
9675 | 72 <listitem><para> |
11324
9fceaedbd5a6
Missing <application> tags added, patch by Maciej Paszta <paszczi@go2.pl>.
diego
parents:
11311
diff
changeset
|
73 <emphasis role="bold">zlib</emphasis> - recommended, necessary for compressed |
21137
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
74 MOV header and PNG support |
21521 | 75 </para></listitem> |
9675 | 76 <listitem><para> |
17461 | 77 <emphasis role="bold"><ulink url="http://www.live555.com/mplayer/">LIVE555 Streaming Media</ulink></emphasis> |
21137
1577958ae629
Miscellaneous updates for the introduction and the requirements section.
diego
parents:
20917
diff
changeset
|
78 - optional, needed for some RTSP/RTP streams |
21521 | 79 </para></listitem> |
9675 | 80 <listitem><para> |
81 <emphasis role="bold">cdparanoia</emphasis> - optional, for CDDA support | |
21521 | 82 </para></listitem> |
9675 | 83 <listitem><para> |
84 <emphasis role="bold">libxmms</emphasis> - optional, for XMMS input plugin | |
85 support. At least 1.2.7 is required. | |
21521 | 86 </para></listitem> |
10132 | 87 <listitem><para> |
24067
b5724eaab360
Reorder installation requirements list, wording/spelling.
diego
parents:
23208
diff
changeset
|
88 <emphasis role="bold">libsmb</emphasis> - optional, for SMB networking support |
21521 | 89 </para></listitem> |
27813
67b299fcffd1
Move libmad codec installation section to software requirements.
diego
parents:
27631
diff
changeset
|
90 <listitem><para> |
67b299fcffd1
Move libmad codec installation section to software requirements.
diego
parents:
27631
diff
changeset
|
91 <emphasis role="bold"><ulink url="http://www.underbit.com/products/mad/">libmad</ulink></emphasis> |
67b299fcffd1
Move libmad codec installation section to software requirements.
diego
parents:
27631
diff
changeset
|
92 - optional, for for fast integer-only MP3 decoding on FPU-less platforms |
67b299fcffd1
Move libmad codec installation section to software requirements.
diego
parents:
27631
diff
changeset
|
93 </para></listitem> |
9675 | 94 </itemizedlist> |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
16663
diff
changeset
|
95 </sect1> |
9675 | 96 |
97 | |
21521 | 98 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> |
99 | |
100 | |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
16663
diff
changeset
|
101 <sect1 id="features"> |
9675 | 102 <title>Features</title> |
103 | |
104 <itemizedlist> | |
105 <listitem><para> | |
11483 | 106 Decide if you need GUI. If you do, see the <link linkend="gui">GUI</link> |
107 section before compiling. | |
21521 | 108 </para></listitem> |
9675 | 109 <listitem><para> |
110 If you want to install <application>MEncoder</application> (our great | |
11540 | 111 all-purpose encoder), see the |
112 <link linkend="mencoder"><application>MEncoder</application></link> section. | |
21521 | 113 </para></listitem> |
9675 | 114 <listitem><para> |
115 If you have a V4L compatible <emphasis role="bold">TV tuner</emphasis> card, | |
21521 | 116 and wish to watch/grab and encode movies with |
117 <application>MPlayer</application>, | |
9675 | 118 read the <link linkend="tv-input">TV input</link> section. |
21521 | 119 </para></listitem> |
9675 | 120 <listitem><para> |
21521 | 121 If you have a V4L compatible <emphasis role="bold">radio tuner</emphasis> |
122 card, and wish to listen and capture sound with | |
123 <application>MPlayer</application>, | |
19583
94e4ef4195d3
Fix build after radio commit, patch by Jindrich Makovicka.
diego
parents:
19568
diff
changeset
|
124 read the <link linkend="radio">radio</link> section. |
21521 | 125 </para></listitem> |
19568
bd821fd3e244
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
reimar
parents:
19082
diff
changeset
|
126 <listitem><para> |
9675 | 127 There is a neat <emphasis role="bold">OSD Menu</emphasis> support ready to be |
128 used. Check the <link linkend="subosd">OSD menu</link> section. | |
21521 | 129 </para></listitem> |
9675 | 130 </itemizedlist> |
131 | |
132 <para> | |
133 Then build <application>MPlayer</application>: | |
134 <screen> | |
135 ./configure | |
136 make | |
21521 | 137 make install |
138 </screen> | |
9675 | 139 </para> |
140 | |
141 <para> | |
23143
89cee9f0dfa6
Remove outdated and wrong references to codecs.conf.
diego
parents:
21725
diff
changeset
|
142 At this point, <application>MPlayer</application> is ready to use. |
89cee9f0dfa6
Remove outdated and wrong references to codecs.conf.
diego
parents:
21725
diff
changeset
|
143 Check if you have a <filename>codecs.conf</filename> file in your home |
89cee9f0dfa6
Remove outdated and wrong references to codecs.conf.
diego
parents:
21725
diff
changeset
|
144 directory at (<filename>~/.mplayer/codecs.conf</filename>) left from old |
89cee9f0dfa6
Remove outdated and wrong references to codecs.conf.
diego
parents:
21725
diff
changeset
|
145 <application>MPlayer</application> versions. If you find one, remove it. |
10403 | 146 </para> |
147 | |
148 <para> | |
9675 | 149 Debian users can build a .deb package for themselves, it's very simple. |
150 Just exec | |
151 <screen>fakeroot debian/rules binary</screen> | |
152 in <application>MPlayer</application>'s root directory. See | |
11271
252fb0cf331a
spelling fixes, mostly by <ismail.donmez@boun.edu.tr>
diego
parents:
10913
diff
changeset
|
153 <link linkend="debian">Debian packaging</link> for detailed instructions. |
9675 | 154 </para> |
155 | |
156 <para> | |
157 <emphasis role="bold">Always browse the output of</emphasis> | |
158 <filename>./configure</filename>, and the | |
159 <filename>configure.log</filename> file, they contain information about | |
160 what will be built, and what will not. You may also want to view | |
161 <filename>config.h</filename> and <filename>config.mak</filename> files. | |
162 If you have some libraries installed, but not detected by | |
163 <filename>./configure</filename>, then check if you also have the proper | |
164 header files (usually the -dev packages) and their version matches. The | |
165 <filename>configure.log</filename> file usually tells you what is missing. | |
166 </para> | |
167 | |
168 <para> | |
169 Though not mandatory, the fonts should be installed in order to gain OSD, | |
170 and subtitle functionality. The recommended method is installing a TTF | |
11540 | 171 font file and telling <application>MPlayer</application> to use it. |
172 See the <link linkend="subosd">Subtitles and OSD</link> section for details. | |
9675 | 173 </para> |
174 </sect1> | |
175 | |
21521 | 176 |
177 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> | |
178 | |
9675 | 179 |
180 <sect1 id="gui"> | |
181 <title>What about the GUI?</title> | |
182 | |
183 <para> | |
27631 | 184 The GUI needs GTK 1.2.x or GTK 2.0 (it isn't fully GTK, but the panels are), |
185 so <systemitem class="library">GTK</systemitem> (and the devel stuff, usually | |
186 called <systemitem class="library">gtk-dev</systemitem>) has to be installed. | |
9675 | 187 You can build it by specifying <option>--enable-gui</option> during |
10000 | 188 <filename>./configure</filename>. Then, to turn on GUI mode, you have to |
189 execute the <command>gmplayer</command> binary. | |
9675 | 190 </para> |
191 | |
192 <para> | |
193 As <application>MPlayer</application> doesn't have a skin included, you | |
27631 | 194 have to download one if you want to use the GUI. See the <ulink |
17706
83c1acef76d5
New website structure, the /homepage subdirectory is gone.
diego
parents:
17461
diff
changeset
|
195 url="http://www.mplayerhq.hu/dload.html">download page</ulink>. |
27631 | 196 It should be extracted to the usual system-wide directory (<filename |
17974
9a5a62f480e6
Rename the default GUI skins directory from 'Skin' to 'skins', keeping
diego
parents:
17706
diff
changeset
|
197 class="directory">$PREFIX/share/mplayer/skins</filename>), or to <filename |
9a5a62f480e6
Rename the default GUI skins directory from 'Skin' to 'skins', keeping
diego
parents:
17706
diff
changeset
|
198 class="directory">$HOME/.mplayer/skins</filename>. |
9675 | 199 <application>MPlayer</application> by default looks in these directories |
200 for a directory named <filename class="directory">default</filename>, but | |
201 you can use the <option>-skin <replaceable>newskin</replaceable></option> | |
202 option, or the <literal>skin=newskin</literal> config file directive to use | |
27631 | 203 the skin in the <filename class="directory">*/skins/newskin</filename> |
9675 | 204 directory. |
205 </para> | |
206 </sect1> | |
207 | |
21521 | 208 |
209 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> | |
210 | |
9675 | 211 |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19821
diff
changeset
|
212 <sect1 id="fonts-osd"> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19821
diff
changeset
|
213 <title>Fonts and OSD</title> |
9675 | 214 |
215 <para> | |
19819
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
216 You need to tell <application>MPlayer</application> which font to use to |
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
217 enjoy OSD and subtitles. Any TrueType font or special bitmap fonts will |
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
218 work. However, TrueType fonts are recommended as they look far better, |
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
219 can be properly scaled to the movie size and cope better with different |
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
220 encodings. |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19821
diff
changeset
|
221 </para> |
9675 | 222 |
21521 | 223 <!-- ********** --> |
19823 | 224 |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19821
diff
changeset
|
225 <sect2 id="truetype-fonts"> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19821
diff
changeset
|
226 <title>TrueType fonts</title> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19821
diff
changeset
|
227 |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19821
diff
changeset
|
228 <para> |
19823 | 229 There are two ways to get TrueType fonts to work. The first is to pass |
230 the <option>-font</option> option to specify a TrueType font file on | |
231 the command line. This option will be a good candidate to put in your | |
232 configuration file (see the manual page for details). | |
233 The second is to create a symlink called <filename>subfont.ttf</filename> | |
234 to the font file of your choice. Either | |
21689 | 235 <screen> |
236 ln -s <replaceable>/path/to/sample_font.ttf</replaceable> ~/.mplayer/subfont.ttf | |
237 </screen> | |
19823 | 238 for each user individually or a system-wide one: |
21689 | 239 <screen> |
240 ln -s <replaceable>/path/to/sample_font.ttf</replaceable> $PREFIX/share/mplayer/subfont.ttf | |
241 </screen> | |
19823 | 242 </para> |
243 | |
244 <para> | |
245 If <application>MPlayer</application> was compiled with | |
246 <systemitem class="library">fontconfig</systemitem> support, the above methods | |
247 won't work, instead <option>-font</option> expects a | |
248 <systemitem class="library">fontconfig</systemitem> font name | |
20396
490b7a74a21b
Fix some inconsistencies pointed out by Torinthiel.
diego
parents:
20384
diff
changeset
|
249 and defaults to the sans-serif font. Example: |
21689 | 250 <screen> |
251 mplayer -font <replaceable>'Bitstream Vera Sans'</replaceable> <replaceable>anime.mkv</replaceable> | |
252 </screen> | |
19819
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
253 </para> |
12815 | 254 |
20396
490b7a74a21b
Fix some inconsistencies pointed out by Torinthiel.
diego
parents:
20384
diff
changeset
|
255 <para> |
490b7a74a21b
Fix some inconsistencies pointed out by Torinthiel.
diego
parents:
20384
diff
changeset
|
256 To get a list of fonts known to |
490b7a74a21b
Fix some inconsistencies pointed out by Torinthiel.
diego
parents:
20384
diff
changeset
|
257 <systemitem class="library">fontconfig</systemitem>, |
490b7a74a21b
Fix some inconsistencies pointed out by Torinthiel.
diego
parents:
20384
diff
changeset
|
258 use <command>fc-list</command>. |
490b7a74a21b
Fix some inconsistencies pointed out by Torinthiel.
diego
parents:
20384
diff
changeset
|
259 </para> |
19821 | 260 </sect2> |
261 | |
21521 | 262 <!-- ********** --> |
19821 | 263 |
264 <sect2 id="bitmap-fonts"> | |
265 <title>bitmap fonts</title> | |
266 | |
9675 | 267 <para> |
19819
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
268 If for some reason you wish or need to employ bitmap fonts, download a set |
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
269 from our homepage. You can choose between various |
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
270 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/fonts/">ISO fonts</ulink> |
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
271 and some sets of fonts |
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
272 <ulink url="http://www.mplayerhq.hu/MPlayer/contrib/fonts/">contributed by users</ulink> |
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
273 in various encodings. |
9675 | 274 </para> |
275 | |
276 <para> | |
19819
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
277 Uncompress the file you downloaded to |
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
278 <filename class="directory">~/.mplayer</filename> or |
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
279 <filename class="directory">$PREFIX/share/mplayer</filename>. |
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
280 Then rename or symlink one of the extracted directories to |
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
281 <filename class="directory">font</filename>, for example: |
21689 | 282 <screen> |
283 ln -s <replaceable>~/.mplayer/arial-24</replaceable> ~/.mplayer/font | |
284 </screen> | |
285 <screen> | |
286 ln -s <replaceable>$PREFIX/share/mplayer/arial-24</replaceable> $PREFIX/share/mplayer/font | |
287 </screen> | |
9737 | 288 </para> |
289 | |
9736
520f6d60bf75
fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by me
nicolas
parents:
9683
diff
changeset
|
290 <para> |
19819
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
291 Fonts should have an appropriate <filename>font.desc</filename> file |
26958 | 292 which maps Unicode font positions to the actual code page of the |
19819
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
293 subtitle text. Another solution is to have UTF-8-encoded subtitles |
20396
490b7a74a21b
Fix some inconsistencies pointed out by Torinthiel.
diego
parents:
20384
diff
changeset
|
294 and use the <option>-utf8</option> option or give the subtitles |
490b7a74a21b
Fix some inconsistencies pointed out by Torinthiel.
diego
parents:
20384
diff
changeset
|
295 file the same name as your video file with a <filename>.utf</filename> |
490b7a74a21b
Fix some inconsistencies pointed out by Torinthiel.
diego
parents:
20384
diff
changeset
|
296 extension and have it in the same directory as the video file. |
19819
76d294537ff6
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
diego
parents:
19817
diff
changeset
|
297 </para> |
9675 | 298 </sect2> |
299 | |
21521 | 300 <!-- ********** --> |
9675 | 301 |
302 <sect2 id="osdmenu"> | |
303 <title>OSD menu</title> | |
304 | |
305 <para> | |
26958 | 306 <application>MPlayer</application> has a completely user-definable |
21521 | 307 OSD Menu interface. |
9675 | 308 </para> |
309 | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
310 <note><para> |
9675 | 311 the Preferences menu is currently UNIMPLEMENTED! |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
312 </para></note> |
9675 | 313 |
314 <orderedlist> | |
315 <title>Installation</title> | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
316 <listitem><para> |
21521 | 317 compile <application>MPlayer</application> by passing the |
318 <option>--enable-menu</option> to <filename>./configure</filename> | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
319 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
320 <listitem><para> |
9675 | 321 make sure you have an OSD font installed |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
322 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
323 <listitem><para> |
9675 | 324 copy <filename>etc/menu.conf</filename> to your |
325 <filename class="directory">.mplayer</filename> directory | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
326 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
327 <listitem><para> |
9675 | 328 copy <filename>etc/input.conf</filename> to your |
21521 | 329 <filename class="directory">.mplayer</filename> directory, or to the |
330 system-wide <application>MPlayer</application> config dir (default: | |
9675 | 331 <filename class="directory">/usr/local/etc/mplayer</filename>) |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
332 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
333 <listitem><para> |
9675 | 334 check and edit <filename>input.conf</filename> to enable menu movement keys |
335 (it is described there). | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
336 </para></listitem> |
9675 | 337 <listitem><para> |
338 start <application>MPlayer</application> by the following example: | |
21689 | 339 <screen>mplayer -menu <replaceable>file.avi</replaceable></screen> |
9675 | 340 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
341 <listitem><para> |
9675 | 342 push any menu key you defined |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21690
diff
changeset
|
343 </para></listitem> |
9675 | 344 </orderedlist> |
345 </sect2> | |
346 </sect1> | |
347 | |
21521 | 348 |
349 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> | |
350 | |
9675 | 351 |
352 <sect1 id="rtc"> | |
353 <title>RTC</title> | |
21521 | 354 |
9675 | 355 <para> |
11540 | 356 There are three timing methods in <application>MPlayer</application>. |
9675 | 357 |
358 <itemizedlist> | |
21690
dbec99c23472
[cosmetics] <simpara> -> <para>, for consistency
torinthiel
parents:
21689
diff
changeset
|
359 <listitem><para> |
21521 | 360 <emphasis role="bold">To use the old method</emphasis>, you don't have to do |
9675 | 361 anything. It uses <systemitem>usleep()</systemitem> to tune |
362 A/V sync, with +/- 10ms accuracy. However sometimes the sync has to be | |
363 tuned even finer. | |
21690
dbec99c23472
[cosmetics] <simpara> -> <para>, for consistency
torinthiel
parents:
21689
diff
changeset
|
364 </para></listitem> |
21521 | 365 <listitem> |
366 <para> | |
367 <emphasis role="bold">The new timer</emphasis> code uses the RTC (RealTime | |
368 Clock) for this task, because it has precise 1ms timers. | |
369 The <option>-rtc</option> option enables it, | |
370 but a properly set up kernel is required. | |
9675 | 371 If you are running kernel 2.4.19pre8 or later you can adjust the maximum RTC |
11668 | 372 frequency for normal users through the <systemitem class="systemname">/proc |
26958 | 373 </systemitem> file system. Use one of the following two commands to |
9675 | 374 enable RTC for normal users: |
375 <screen>echo 1024 > /proc/sys/dev/rtc/max-user-freq</screen> | |
19969 | 376 <screen>sysctl dev/rtc/max-user-freq=1024</screen> |
377 You can make this setting permanent by adding the latter to | |
378 <filename>/etc/sysctl.conf</filename>. | |
379 </para> | |
380 <para> | |
21521 | 381 You can see the new timer's efficiency in the status line. |
382 The power management functions of some notebook BIOSes with speedstep CPUs | |
383 interact badly with RTC. Audio and video may get out of sync. Plugging the | |
384 external power connector in before you power up your notebook seems to help. | |
385 In some hardware combinations (confirmed during usage of non-DMA DVD drive | |
386 on an ALi1541 board) usage of the RTC timer causes skippy playback. It's | |
387 recommended to use the third method in these cases. | |
388 </para> | |
389 </listitem> | |
390 <listitem><para> | |
9675 | 391 <emphasis role="bold">The third timer code</emphasis> is turned on with the |
392 <option>-softsleep</option> option. It has the efficiency of the RTC, but it | |
393 doesn't use RTC. On the other hand, it requires more CPU. | |
21521 | 394 </para></listitem> |
9675 | 395 </itemizedlist> |
396 </para> | |
397 </sect1> | |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
16663
diff
changeset
|
398 |
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
16663
diff
changeset
|
399 </chapter> |