annotate DOCS/xml/en/documentation.xml @ 10042:47ebc28813aa

various fixes and updates
author nicolas
date Thu, 01 May 2003 16:08:42 +0000
parents c70001c8bde9
children c1b56a757f85
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
3 "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
4 [
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
5 <!ENTITY audio.xml SYSTEM "audio.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
6 <!ENTITY bugreports.xml SYSTEM "bugreports.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
7 <!ENTITY bugs.xml SYSTEM "bugs.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
8 <!ENTITY cd-dvd.xml SYSTEM "cd-dvd.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
9 <!ENTITY codecs.xml SYSTEM "codecs.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
10 <!ENTITY edl.xml SYSTEM "edl.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
11 <!ENTITY faq.xml SYSTEM "faq.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
12 <!ENTITY features.xml SYSTEM "features.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
13 <!ENTITY formats.xml SYSTEM "formats.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
14 <!ENTITY history.xml SYSTEM "history.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
15 <!ENTITY install.xml SYSTEM "install.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
16 <!ENTITY mail-lists.xml SYSTEM "mail-lists.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
17 <!ENTITY mencoder.xml SYSTEM "mencoder.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
18 <!ENTITY patches.xml SYSTEM "patches.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
19 <!ENTITY ports.xml SYSTEM "ports.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
20 <!ENTITY skin.xml SYSTEM "skin.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
21 <!ENTITY tvinput.xml SYSTEM "tvinput.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
22 <!ENTITY usage.xml SYSTEM "usage.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
23 <!ENTITY users-vs-dev.xml SYSTEM "users-vs-dev.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
24 <!ENTITY video-filters.xml SYSTEM "video-filters.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
25 <!ENTITY video.xml SYSTEM "video.xml">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
26 ]>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
27
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
28 <book lang="en">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
29 <bookinfo id="toc">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
30 <title>MPlayer - The Movie Player for LINUX</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
31 <subtitle><ulink url="http://www.mplayerhq.hu"></ulink></subtitle>
9683
nicolas
parents: 9675
diff changeset
32 <date>March 24, 2003</date>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
33 <copyright>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
34 <year>2000</year>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
35 <year>2001</year>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
36 <year>2002</year>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
37 <year>2003</year>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
38 <holder>Arpad Gereoffy (A'rpi/ESP-team)</holder>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
39 </copyright>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
40 <!--
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
41 <legalnotice>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
42 <title>License</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
43 <para>This program is free software; you can redistribute it and/or modify
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
44 it under the terms of the GNU General Public License as published by the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
45 Free Software Foundation; either version 2 of the License, or (at your
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
46 option) any later version.</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
47
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
48 <para>This program is distributed in the hope that it will be useful, but
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
49 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
50 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
51 for more details.</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
52
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
53 <para>You should have received a copy of the GNU General Public License
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
54 along with this program; if not, write to the Free Software Foundation,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
55 Inc., 59 Temple Place, Suite 330, Boston, MA, 02111-1307, USA.</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
56 </legalnotice>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
57 -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
58 </bookinfo>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
59
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
60
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
61 <preface id="howtoread">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
62 <title>How to read this documentation</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
63
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
64 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
65 If you are a first-time installer: be sure to read everything from here to
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
66 the end of the Installation section, and follow the links you will find. If
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
67 you have any other questions, return to the <link linkend="toc">Table of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
68 Contents</link> and search for the topic, read the <xref linkend="faq"/>,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
69 or try grepping through the files.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
70 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
71
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
72 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
73 The main rule of this documentation: if it's not documented, it
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
74 <emphasis>does not exist.</emphasis> If I don't say you encode audio from
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
75 TV tuner, you can't. A healthy quantity of combining ability is welcomed,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
76 though. Good luck. You'll need it :) And for another good advice, let me
9683
nicolas
parents: 9675
diff changeset
77 quote Chris Phillips from the
nicolas
parents: 9675
diff changeset
78 <ulink url="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</ulink>
nicolas
parents: 9675
diff changeset
79 mailing list:
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
80 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
81
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
82 <blockquote><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
83 I said a while ago that there is such a difference between a newbie and a
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
84 dumbass. No matter what you actually know about a system (linux, cars,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
85 girls :D) you should ALWAYS be able to take a step back and be objective,
9683
nicolas
parents: 9675
diff changeset
86 otherwise, you're just dumb IMHO. A girl I live with assumed the vacuum
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
87 cleaner was broken because it didn't suck things up. never thought to
9683
nicolas
parents: 9675
diff changeset
88 change the bag, because she'd never done it before... now that's just
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
89 stupid, not a case of simply not knowing what to do... Simply not being
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
90 that familiar with your surroundings is no excuse for a) laziness and b)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
91 ignorance. So many people seem to see the word "error" and then stop...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
92 few seem to actually read the words on the OTHER side of the colon.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
93 </para></blockquote>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
94 </preface>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
95
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
96
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
97 <chapter id="intro">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
98 <title>Introduction</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
99
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
100 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
101 <application>MPlayer</application> is a movie player for Linux (runs on
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
102 many other Unices, and <emphasis role="bold">non-x86</emphasis> CPUs, see
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
103 <xref linkend="ports"/>). It plays most MPEG, VOB, AVI, OGG/OGM, VIVO, ASF/WMA/WMV,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
104 QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files, supported by
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
105 many native, XAnim, RealPlayer, and Win32 DLL codecs. You can watch
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
106 <emphasis role="bold">VideoCD, SVCD, DVD, 3ivx, RealMedia</emphasis>, and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
107 <emphasis role="bold">DivX</emphasis> movies too (and you don't need the avifile
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
108 library at all!). Another big feature of mplayer is the wide range of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
109 supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
110 fbdev, AAlib, DirectFB, but you can use GGI and SDL (and this way all their
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
111 drivers) and some lowlevel card-specific drivers (for Matrox, 3Dfx and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
112 Radeon, Mach64, Permedia3) too! Most of them supports software or hardware
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
113 scaling, so you can enjoy movies in fullscreen.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
114 <application>MPlayer</application> supports displaying through some
9683
nicolas
parents: 9675
diff changeset
115 hardware MPEG decoder boards, such as the <link linkend="dvb">DVB</link> and
nicolas
parents: 9675
diff changeset
116 <link linkend="dxr3">DXR3/Hollywood+</link>. And what about the nice big
nicolas
parents: 9675
diff changeset
117 antialiased shaded subtitles (<emphasis role="bold">10 supported types</emphasis>)
nicolas
parents: 9675
diff changeset
118 with European/ISO 8859-1,2 (Hungarian, English, Czech, etc), Cyrillic, Korean
nicolas
parents: 9675
diff changeset
119 fonts, and the onscreen display (OSD)?
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
120 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
121
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
122 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
123 The player is rock solid playing damaged MPEG files (useful for some VCDs),
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
124 and it plays bad AVI files which are unplayable with the famous windows
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
125 media player. Even AVI files without index chunk are playable, and you can
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
126 temporarily rebuild their indexes with the <option>-idx</option> option, or
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
127 permanently with <application>MEncoder</application>, thus enabling
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
128 seeking! As you see, stability and quality are the most important things,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
129 but the speed is also amazing.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
130 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
131
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
132 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
133 <application>MEncoder</application> (MPlayer's Movie Encoder) is a simple movie
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
134 encoder, designed to encode MPlayer-playable movies
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
135 (<emphasis role="bold">AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/RM/NUV/NET/PVA</emphasis>)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
136 to other MPlayer-playable formats (see below). It can encode with various codecs,
9683
nicolas
parents: 9675
diff changeset
137 like <emphasis role="bold">DivX4</emphasis> (1 or 2 passes), libavcodec,
nicolas
parents: 9675
diff changeset
138 <emphasis role="bold">PCM/MP3/VBR MP3</emphasis> audio. Also has powerful plugin
nicolas
parents: 9675
diff changeset
139 system for video manipulation.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
140 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
141
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
142
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
143 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
144 <title>MEncoder features</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
145 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
146 Encoding from the wide range of fileformats and decoders of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
147 <application>MPlayer</application>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
148 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
149 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
150 Encoding to all the codecs of ffmpeg's <link
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
151 linkend="ffmpeg">libavcodec</link>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
152 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
153 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
154 Video encoding from <emphasis role="bold">V4L compatible TV tuners</emphasis>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
155 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
156 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
157 Encoding/multiplexing to interleaved AVI files with proper index
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
158 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
159 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
160 Creating files from external audio stream
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
161 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
162 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
163 1, 2 or 3 pass encoding
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
164 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
165 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
166 <emphasis role="bold">VBR</emphasis> MP3 audio
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
167 <important><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
168 VBR MP3 audio doesn't always play nicely on windows players!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
169 </simpara></important>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
170 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
171 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
172 PCM audio
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
173 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
174 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
175 Stream copying
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
176 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
177 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
178 Input A/V synchronizing (PTS-based, can be disabled with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
179 <option>-mc 0</option> option)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
180 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
181 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
182 FPS correction with <option>-ofps</option> option (useful when encoding
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
183 29.97 fps VOB to 24 fps AVI)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
184 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
185 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
186 Using our very powerful plugin system (crop, expand, flip, postprocess,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
187 rotate, scale, rgb/yuv conversion)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
188 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
189 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
190 Can encode DVD/VOBsub <emphasis role="bold">AND</emphasis> text subtitles
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
191 into the output file
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
192 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
193 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
194 Can rip DVD subtitles to Vobsub format
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
195 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
196 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
197
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
198 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
199 <title>Planned features</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
200 <listitem><simpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
201 Even wider variety of available en/decoding formats/codecs
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
202 (creating VOB files with DivX4/Indeo5/VIVO streams :).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
203 </simpara></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
204 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
205
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
206 <!-- FIXME: the license should be in bookinfo -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
207 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
208 <application>MPlayer</application> and <application>MEncoder</application>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
209 can be distributed under the terms of the GNU General Public License Version 2.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
210 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
211
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
212 &history.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
213 &install.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
214 </chapter>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
215
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
216
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
217 &features.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
218 &usage.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
219 &faq.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
220 &cd-dvd.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
221 &ports.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
222 &mencoder.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
223 &mail-lists.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
224 &bugreports.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
225 &bugs.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
226 &skin.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
227 &users-vs-dev.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
228 &patches.xml;
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
229 </book>