Mercurial > mplayer.hg
annotate DOCS/xml/en/documentation.xml @ 13920:4d4c6ac44d55
missing return for InitGl function
author | reimar |
---|---|
date | Thu, 11 Nov 2004 19:39:23 +0000 |
parents | 591399303d20 |
children | 2946cbf097b5 |
rev | line source |
---|---|
11817
19919e913e3d
Shiny new build system by Torinthiel, polished and improved by myself.
diego
parents:
11786
diff
changeset
|
1 <?xml version="1.0" encoding="iso-8859-1"?> |
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> |
14 <holder>MPlayer team</holder> | |
9675 | 15 </copyright> |
16 <!-- | |
17 <legalnotice> | |
18 <title>License</title> | |
19 <para>This program is free software; you can redistribute it and/or modify | |
20 it under the terms of the GNU General Public License as published by the | |
21 Free Software Foundation; either version 2 of the License, or (at your | |
22 option) any later version.</para> | |
23 | |
24 <para>This program is distributed in the hope that it will be useful, but | |
25 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | |
26 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
27 for more details.</para> | |
28 | |
29 <para>You should have received a copy of the GNU General Public License | |
30 along with this program; if not, write to the Free Software Foundation, | |
31 Inc., 59 Temple Place, Suite 330, Boston, MA, 02111-1307, USA.</para> | |
32 </legalnotice> | |
33 --> | |
34 </bookinfo> | |
35 | |
36 | |
37 <preface id="howtoread"> | |
38 <title>How to read this documentation</title> | |
39 | |
40 <para> | |
41 If you are a first-time installer: be sure to read everything from here to | |
42 the end of the Installation section, and follow the links you will find. If | |
43 you have any other questions, return to the <link linkend="toc">Table of | |
44 Contents</link> and search for the topic, read the <xref linkend="faq"/>, | |
10462 | 45 or try grepping through the files. Most questions should be answered somewhere |
46 here and the rest has probably already been asked on our | |
47 <link linkend="mailinglists">mailing lists</link>. Check the | |
11907 | 48 <ulink url="http://www.mplayerhq.hu/cgi-bin/s-arch.cgi">archives</ulink>, there |
10462 | 49 is a lot of valuable information to be found there. |
9675 | 50 </para> |
51 </preface> | |
52 | |
53 | |
54 <chapter id="intro"> | |
55 <title>Introduction</title> | |
56 | |
57 <para> | |
58 <application>MPlayer</application> is a movie player for Linux (runs on | |
59 many other Unices, and <emphasis role="bold">non-x86</emphasis> CPUs, see | |
60 <xref linkend="ports"/>). It plays most MPEG, VOB, AVI, OGG/OGM, VIVO, ASF/WMA/WMV, | |
10132 | 61 QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA, Matroska files, supported by |
9675 | 62 many native, XAnim, RealPlayer, and Win32 DLL codecs. You can watch |
10132 | 63 <emphasis role="bold">VideoCD, SVCD, DVD, 3ivx, RealMedia, Sorenson, Theora</emphasis>, and |
12343 | 64 <emphasis role="bold">DivX</emphasis> movies too. Another big feature of |
65 <application>MPlayer</application> is the wide range of | |
9675 | 66 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
|
67 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
|
68 their drivers) and some lowlevel card-specific drivers (for Matrox, 3Dfx and |
9675 | 69 Radeon, Mach64, Permedia3) too! Most of them supports software or hardware |
70 scaling, so you can enjoy movies in fullscreen. | |
71 <application>MPlayer</application> supports displaying through some | |
9683 | 72 hardware MPEG decoder boards, such as the <link linkend="dvb">DVB</link> and |
73 <link linkend="dxr3">DXR3/Hollywood+</link>. And what about the nice big | |
12343 | 74 antialiased shaded subtitles (<emphasis role="bold">14 supported types</emphasis>) |
9683 | 75 with European/ISO 8859-1,2 (Hungarian, English, Czech, etc), Cyrillic, Korean |
76 fonts, and the onscreen display (OSD)? | |
9675 | 77 </para> |
78 | |
79 <para> | |
80 The player is rock solid playing damaged MPEG files (useful for some VCDs), | |
81 and it plays bad AVI files which are unplayable with the famous windows | |
82 media player. Even AVI files without index chunk are playable, and you can | |
83 temporarily rebuild their indexes with the <option>-idx</option> option, or | |
84 permanently with <application>MEncoder</application>, thus enabling | |
85 seeking! As you see, stability and quality are the most important things, | |
13716 | 86 but the speed is also amazing. There is also a powerful filter system for |
87 video and audio manipulation. | |
9675 | 88 </para> |
89 | |
90 <para> | |
12578 | 91 <application>MEncoder</application> (<application>MPlayer</application>'s Movie |
11540 | 92 Encoder) is a simple movie encoder, designed to encode |
93 <application>MPlayer</application>-playable movies | |
9675 | 94 (<emphasis role="bold">AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/RM/NUV/NET/PVA</emphasis>) |
11540 | 95 to other <application>MPlayer</application>-playable formats (see below). It |
96 can encode with various codecs, like <emphasis role="bold">DivX4</emphasis> | |
11822
359eaf957bf1
Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents:
11817
diff
changeset
|
97 (1 or 2 passes), <systemitem class="library">libavcodec</systemitem>, |
359eaf957bf1
Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents:
11817
diff
changeset
|
98 <emphasis role="bold">PCM/MP3/VBR MP3</emphasis> |
13716 | 99 audio. |
9675 | 100 </para> |
101 | |
102 | |
103 <itemizedlist> | |
11540 | 104 <title><application>MEncoder</application> features</title> |
9675 | 105 <listitem><simpara> |
106 Encoding from the wide range of fileformats and decoders of | |
107 <application>MPlayer</application> | |
108 </simpara></listitem> | |
109 <listitem><simpara> | |
11822
359eaf957bf1
Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents:
11817
diff
changeset
|
110 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
|
111 <link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link> |
9675 | 112 </simpara></listitem> |
113 <listitem><simpara> | |
114 Video encoding from <emphasis role="bold">V4L compatible TV tuners</emphasis> | |
115 </simpara></listitem> | |
116 <listitem><simpara> | |
117 Encoding/multiplexing to interleaved AVI files with proper index | |
118 </simpara></listitem> | |
119 <listitem><simpara> | |
120 Creating files from external audio stream | |
121 </simpara></listitem> | |
122 <listitem><simpara> | |
123 1, 2 or 3 pass encoding | |
124 </simpara></listitem> | |
125 <listitem><para> | |
126 <emphasis role="bold">VBR</emphasis> MP3 audio | |
127 <important><simpara> | |
128 VBR MP3 audio doesn't always play nicely on windows players! | |
129 </simpara></important> | |
130 </para></listitem> | |
131 <listitem><simpara> | |
132 PCM audio | |
133 </simpara></listitem> | |
134 <listitem><simpara> | |
135 Stream copying | |
136 </simpara></listitem> | |
137 <listitem><simpara> | |
138 Input A/V synchronizing (PTS-based, can be disabled with | |
139 <option>-mc 0</option> option) | |
140 </simpara></listitem> | |
141 <listitem><simpara> | |
142 FPS correction with <option>-ofps</option> option (useful when encoding | |
143 29.97 fps VOB to 24 fps AVI) | |
144 </simpara></listitem> | |
145 <listitem><simpara> | |
13716 | 146 Using our very powerful filter system (crop, expand, flip, postprocess, |
9675 | 147 rotate, scale, rgb/yuv conversion) |
148 </simpara></listitem> | |
149 <listitem><simpara> | |
150 Can encode DVD/VOBsub <emphasis role="bold">AND</emphasis> text subtitles | |
151 into the output file | |
152 </simpara></listitem> | |
153 <listitem><simpara> | |
12615 | 154 Can rip DVD subtitles to VOBsub format |
9675 | 155 </simpara></listitem> |
156 </itemizedlist> | |
157 | |
158 <itemizedlist> | |
159 <title>Planned features</title> | |
160 <listitem><simpara> | |
161 Even wider variety of available en/decoding formats/codecs | |
162 (creating VOB files with DivX4/Indeo5/VIVO streams :). | |
163 </simpara></listitem> | |
164 </itemizedlist> | |
165 | |
166 <!-- FIXME: the license should be in bookinfo --> | |
167 <para> | |
168 <application>MPlayer</application> and <application>MEncoder</application> | |
169 can be distributed under the terms of the GNU General Public License Version 2. | |
170 </para> | |
171 | |
172 &history.xml; | |
173 &install.xml; | |
174 </chapter> | |
175 | |
176 | |
177 &features.xml; | |
178 &usage.xml; | |
179 &faq.xml; | |
180 &cd-dvd.xml; | |
181 &ports.xml; | |
182 &mencoder.xml; | |
183 &mail-lists.xml; | |
184 &bugreports.xml; | |
185 &bugs.xml; | |
186 &skin.xml; | |
187 &users-vs-dev.xml; | |
188 &patches.xml; |