diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-03 03:25:27 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-03 03:25:27 +0000 |
commit | b8fd915e508800bfa2da382cf9f8d54b1e5f5610 (patch) | |
tree | 1081fa460cdeaf2657640377652d9c54774acdc3 /DOCS/codecs.html | |
parent | 2df1fe2fdff0327fdbbad97c2dab3affc3c2f674 (diff) |
fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8071 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/codecs.html')
-rw-r--r-- | DOCS/codecs.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/DOCS/codecs.html b/DOCS/codecs.html index 243628afe7..e38bb0c9a8 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -97,19 +97,21 @@ <H4><A NAME="libavcodec">2.2.1.2 FFmpeg DivX/libavcodec</A></H4> <P><A HREF="http://ffmpeg.sourceforge.net">FFmpeg</A> contains an - <B>open source</B> codec package, which is capable of decoding video streams + <B>open source</B> codec package, which is capable of decoding streams encoded with H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1 - codecs. Not only some of them can be encoded with, but it also offers higher - speed than the Win32 codecs or the ProjectMayo DivX4/5 library!</P> + video, or WMA (Windows Media Audio) audio codecs. Not only some of + them can be encoded with, but it also offers higher speed than the Win32 + codecs or the DivX.com DivX4/5 library!</P> <P>It contains a lot of nice codecs, especially important are the MPEG4 variants: - DivX 3, DivX 4, DivX 5, Windows Media Video 7 (WMV1)</P> + DivX 3, DivX 4, DivX 5, Windows Media Video 7 (WMV1). Also a very + interesting one is the WMA decoder.</P> <P>If you use an MPlayer release you have libavcodec right in the package, just build as usual. If you use MPlayer from CVS you have to - extract libavcodec from the FFmpeg CVS tree as FFmpeg 0.4.5 does <B>not</B> + extract libavcodec from the FFmpeg CVS tree as FFmpeg releases <B>don't</B> work with MPlayer. In order to achieve this do:</P> <OL> |