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