diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-23 09:43:56 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-23 09:43:56 +0000 |
commit | 7115b9ed39c4874d7dc0aebfc4ec739d5d930e51 (patch) | |
tree | 785c66f08e699c1d1485fa694031bd6265911a04 /DOCS/documentation.html | |
parent | 81751cdcafd6acc906057a403c0ca0be1e5a09cf (diff) |
xanim stuff added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2412 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/documentation.html')
-rw-r--r-- | DOCS/documentation.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 48350c8e87..303568fd91 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -37,6 +37,7 @@ <LI><A HREF="codecs.html#2.1.2.1">2.1.2.1 DivX4</A></LI> <LI><A HREF="codecs.html#2.1.2.2">2.1.2.2 ffmpeg's DivX/libavcodec</A></LI> <LI><A HREF="codecs.html#2.1.2.3">2.1.2.3 Hardware AC3 decoding</A></LI> + <LI><A HREF="codecs.html#2.1.2.4">2.1.2.4 XAnim codecs</A></LI> </UL> <LI><A HREF="mailto:Strange. Where did this chapter go?">2.1.3 The Veiled Mysteries of MPlayer</A></LI> <LI><A HREF="codecs.html#2.1.4">2.1.4 Codec importing howto</A></LI> @@ -143,8 +144,8 @@ <P><B>MPlayer</B> is a movie player for LINUX (runs on many other Unices, and <B>non-x86</B> CPUs, see <A HREF="#6">section 6</A>). It plays most MPEG, AVI and ASF/WMV files (also some QT/MOV files, with CVID, VP31 video, and raw -audio), supported by many native and Win32 DLL codecs. You can watch -<B>VideoCD</B>, <B>SVCD</B>, <B>DVD</B> and even <B>DivX</B> movies too (and +audio), supported by many native, XAnim, and Win32 DLL codecs. You can watch +<B>VideoCD</B>, <B>SVCD</B>, <B>DVD</B>, <B>3ivx</B>, and even <B>DivX</B> movies too (and you don't need the avifile library at all!). The another big feature of mplayer is the wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, but you can use SDL (and this way all drivers of @@ -268,6 +269,9 @@ See <A HREF="cd-dvd.html#4.2">section 4.2</A> for more information.</LI> <LI>Decide if you need GUI. If you do, see the <A HREF=#1.4>1.4 section</A> before compiling.</LI> + +<LI>If you want to play <B>3ivx</B> movies, check the <A HREF=codecs.html#2.1.2.4> +2.1.2.4 section</A>.</LI> </UL> <P>Then build <B>MPlayer</B>:</P> |