Mercurial > mplayer.hg
annotate DOCS/xml/en/documentation.xml @ 26513:133c98f1c5a8
Only compile libmpcodecs/ve_qtvideo.c on Windows.
author | diego |
---|---|
date | Sat, 26 Apr 2008 10:53:32 +0000 |
parents | 02ec992230b1 |
children | 201edd6f563c |
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:
10462
diff
changeset
|
2 <!-- $Revision$ --> |
9675 | 3 |
4 <bookinfo id="toc"> | |
12645 | 5 <title><application>MPlayer</application> - The Movie Player</title> |
9675 | 6 <subtitle><ulink url="http://www.mplayerhq.hu"></ulink></subtitle> |
9683 | 7 <date>March 24, 2003</date> |
9675 | 8 <copyright> |
9 <year>2000</year> | |
10 <year>2001</year> | |
11 <year>2002</year> | |
12 <year>2003</year> | |
12243 | 13 <year>2004</year> |
14311 | 14 <year>2005</year> |
17312 | 15 <year>2006</year> |
21849 | 16 <year>2007</year> |
25538 | 17 <year>2008</year> |
12243 | 18 <holder>MPlayer team</holder> |
9675 | 19 </copyright> |
20 <legalnotice> | |
21 <title>License</title> | |
23558 | 22 <para>MPlayer is free software; you can redistribute it and/or modify |
9675 | 23 it under the terms of the GNU General Public License as published by the |
24 Free Software Foundation; either version 2 of the License, or (at your | |
25 option) any later version.</para> | |
26 | |
23558 | 27 <para>MPlayer is distributed in the hope that it will be useful, but |
9675 | 28 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
29 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
30 for more details.</para> | |
31 | |
32 <para>You should have received a copy of the GNU General Public License | |
23558 | 33 along with MPlayer; if not, write to the Free Software Foundation, |
19614 | 34 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</para> |
9675 | 35 </legalnotice> |
36 </bookinfo> | |
37 | |
38 | |
39 <preface id="howtoread"> | |
40 <title>How to read this documentation</title> | |
41 | |
42 <para> | |
43 If you are a first-time installer: be sure to read everything from here to | |
44 the end of the Installation section, and follow the links you will find. If | |
45 you have any other questions, return to the <link linkend="toc">Table of | |
46 Contents</link> and search for the topic, read the <xref linkend="faq"/>, | |
10462 | 47 or try grepping through the files. Most questions should be answered somewhere |
48 here and the rest has probably already been asked on our | |
21358 | 49 <ulink url="http://www.mplayerhq.hu/design7/mailing_lists.html">mailing lists</ulink>. |
19726
a7c1cd01d515
Mailing list descriptions are on the homepage, remove from here.
diego
parents:
19614
diff
changeset
|
50 <!-- FIXME: This refers to nonexistent links |
a7c1cd01d515
Mailing list descriptions are on the homepage, remove from here.
diego
parents:
19614
diff
changeset
|
51 Check the |
19727 | 52 <ulink url="http://lists.mplayerhq.hu/cgi-bin/s-arch.cgi">archives</ulink>, there |
10462 | 53 is a lot of valuable information to be found there. |
19726
a7c1cd01d515
Mailing list descriptions are on the homepage, remove from here.
diego
parents:
19614
diff
changeset
|
54 --> |
9675 | 55 </para> |
56 </preface> | |
57 | |
58 | |
59 <chapter id="intro"> | |
60 <title>Introduction</title> | |
61 | |
62 <para> | |
63 <application>MPlayer</application> is a movie player for Linux (runs on | |
64 many other Unices, and <emphasis role="bold">non-x86</emphasis> CPUs, see | |
21521 | 65 <xref linkend="ports"/>). |
66 It plays most MPEG, VOB, AVI, OGG/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, | |
67 NuppelVideo, yuv4mpeg, FILM, RoQ, PVA, Matroska files, supported by | |
9675 | 68 many native, XAnim, RealPlayer, and Win32 DLL codecs. You can watch |
21521 | 69 <emphasis role="bold">VideoCD, SVCD, DVD, 3ivx, RealMedia, Sorenson, Theora</emphasis>, |
70 and <emphasis role="bold">MPEG-4 (DivX)</emphasis> movies too. Another big | |
13961
2946cbf097b5
DivX is MPEG4, so let's call it MPEG4 to avoid confusion.
diego
parents:
13716
diff
changeset
|
71 feature of <application>MPlayer</application> is the wide range of |
9675 | 72 supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, |
12216
d4e2bdc246a3
-vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents:
11907
diff
changeset
|
73 fbdev, AAlib, libcaca, DirectFB, but you can use GGI and SDL (and this way all |
d4e2bdc246a3
-vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents:
11907
diff
changeset
|
74 their drivers) and some lowlevel card-specific drivers (for Matrox, 3Dfx and |
18426 | 75 Radeon, Mach64, Permedia3) too! Most of them support software or hardware |
9675 | 76 scaling, so you can enjoy movies in fullscreen. |
77 <application>MPlayer</application> supports displaying through some | |
9683 | 78 hardware MPEG decoder boards, such as the <link linkend="dvb">DVB</link> and |
79 <link linkend="dxr3">DXR3/Hollywood+</link>. And what about the nice big | |
21521 | 80 antialiased shaded subtitles |
81 (<emphasis role="bold">14 supported types</emphasis>) | |
9683 | 82 with European/ISO 8859-1,2 (Hungarian, English, Czech, etc), Cyrillic, Korean |
83 fonts, and the onscreen display (OSD)? | |
9675 | 84 </para> |
85 | |
86 <para> | |
87 The player is rock solid playing damaged MPEG files (useful for some VCDs), | |
88 and it plays bad AVI files which are unplayable with the famous windows | |
89 media player. Even AVI files without index chunk are playable, and you can | |
90 temporarily rebuild their indexes with the <option>-idx</option> option, or | |
91 permanently with <application>MEncoder</application>, thus enabling | |
92 seeking! As you see, stability and quality are the most important things, | |
13716 | 93 but the speed is also amazing. There is also a powerful filter system for |
94 video and audio manipulation. | |
9675 | 95 </para> |
96 | |
97 <para> | |
12578 | 98 <application>MEncoder</application> (<application>MPlayer</application>'s Movie |
11540 | 99 Encoder) is a simple movie encoder, designed to encode |
100 <application>MPlayer</application>-playable movies | |
9675 | 101 (<emphasis role="bold">AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/RM/NUV/NET/PVA</emphasis>) |
21521 | 102 to other <application>MPlayer</application>-playable formats (see below). |
103 It can encode with various codecs, like | |
104 <emphasis role="bold">MPEG-4 (DivX4)</emphasis> | |
14421 | 105 (one or two passes), <systemitem class="library">libavcodec</systemitem>, |
11822
359eaf957bf1
Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents:
11817
diff
changeset
|
106 <emphasis role="bold">PCM/MP3/VBR MP3</emphasis> |
13716 | 107 audio. |
9675 | 108 </para> |
109 | |
110 <itemizedlist> | |
11540 | 111 <title><application>MEncoder</application> features</title> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
112 <listitem><para> |
9675 | 113 Encoding from the wide range of fileformats and decoders of |
114 <application>MPlayer</application> | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
115 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
116 <listitem><para> |
11822
359eaf957bf1
Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents:
11817
diff
changeset
|
117 Encoding to all the codecs of FFmpeg's |
359eaf957bf1
Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents:
11817
diff
changeset
|
118 <link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
119 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
120 <listitem><para> |
9675 | 121 Video encoding from <emphasis role="bold">V4L compatible TV tuners</emphasis> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
122 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
123 <listitem><para> |
9675 | 124 Encoding/multiplexing to interleaved AVI files with proper index |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
125 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
126 <listitem><para> |
9675 | 127 Creating files from external audio stream |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
128 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
129 <listitem><para> |
9675 | 130 1, 2 or 3 pass encoding |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
131 </para></listitem> |
9675 | 132 <listitem><para> |
133 <emphasis role="bold">VBR</emphasis> MP3 audio | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
134 <important><para> |
9675 | 135 VBR MP3 audio doesn't always play nicely on windows players! |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
136 </para></important> |
21521 | 137 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
138 <listitem><para> |
9675 | 139 PCM audio |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
140 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
141 <listitem><para> |
9675 | 142 Stream copying |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
143 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
144 <listitem><para> |
9675 | 145 Input A/V synchronizing (PTS-based, can be disabled with |
146 <option>-mc 0</option> option) | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
147 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
148 <listitem><para> |
15170 | 149 fps correction with <option>-ofps</option> option (useful when encoding |
14958 | 150 30000/1001 fps VOB to 24000/1001 fps AVI) |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
151 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
152 <listitem><para> |
13716 | 153 Using our very powerful filter system (crop, expand, flip, postprocess, |
9675 | 154 rotate, scale, rgb/yuv conversion) |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
155 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
156 <listitem><para> |
9675 | 157 Can encode DVD/VOBsub <emphasis role="bold">AND</emphasis> text subtitles |
158 into the output file | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
159 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
160 <listitem><para> |
12615 | 161 Can rip DVD subtitles to VOBsub format |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21521
diff
changeset
|
162 </para></listitem> |
9675 | 163 </itemizedlist> |
164 | |
165 <!-- FIXME: the license should be in bookinfo --> | |
166 <para> | |
167 <application>MPlayer</application> and <application>MEncoder</application> | |
168 can be distributed under the terms of the GNU General Public License Version 2. | |
169 </para> | |
170 | |
171 </chapter> | |
172 | |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
17312
diff
changeset
|
173 &install.xml; |
9675 | 174 |
175 &usage.xml; | |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
17312
diff
changeset
|
176 &cd-dvd.xml; |
9675 | 177 &faq.xml; |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
17312
diff
changeset
|
178 |
19732
05710b19651f
formats.xml --> containers.xml, the chapter was renamed long ago.
diego
parents:
19727
diff
changeset
|
179 &containers.xml; |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
17312
diff
changeset
|
180 &codecs.xml; |
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
17312
diff
changeset
|
181 &video.xml; |
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
17312
diff
changeset
|
182 &audio.xml; |
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
17312
diff
changeset
|
183 &tvinput.xml; |
19568
bd821fd3e244
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
reimar
parents:
18426
diff
changeset
|
184 &radio.xml; |
17321
7f9fcf5245a0
Improve overall structure by adding a few top-level chapters so that
diego
parents:
17312
diff
changeset
|
185 |
9675 | 186 &ports.xml; |
187 &mencoder.xml; | |
16080
baae7cdb0726
re-organize MEncoder doc in a more sensible way: splitting "basic mencoder usage" and "encoding with mencoder".
gpoirier
parents:
15170
diff
changeset
|
188 &encoding-guide.xml; |
9675 | 189 &bugreports.xml; |
190 &bugs.xml; | |
191 &skin.xml; | |
20079 | 192 &history.xml; |