|
这个说明里说如果用cvs的mplayer,就需要ffmepeg的cvs版。
可是我在ftp上找不到呀,而且上不了国际网,没法用他说的办法下载
哪位好心人能帮帮忙呢?谢谢
2.2.1.2 FFmpeg DivX/libavcodec
FFmpeg contains an open source codec package, which is capable of decoding streams encoded with H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1/WMV2/HuffYUV 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!
It contains a lot of nice codecs, especially important are the MPEG4 variants: DivX3, DivX4, DivX5, Windows Media Video 7 (WMV1). Also a very interesting one is the WMA decoder.
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 releases don't work with MPlayer. In order to achieve this do:
1. cvs -d:pserver:[email protected]:/cvsroot/ffmpeg login
2. cvs -d:pserver:[email protected]:/cvsroot/ffmpeg co ffmpeg
3. Move the libavcodec directory from the FFmpeg sources to the root of the MPlayer CVS tree. It should look like this:
main/libavcodec
Symlinking is not enough, you have to copy or move it!
4. Compile. Configure should detect problems before compilation.
With FFmpeg and my Matrox G400, I can view even the highest resolution DivX movies without dropped frames on my K6/2 500.
http://www.mplayerhq.hu/DOCS/codecs.html#libavcodec |
|