[MPlayer-users] QuickTime/Linux problem
Guillaume POIRIER
poirierg at gmail.com
Mon Dec 19 11:18:15 CET 2005
Hi,
On 12/19/05, Kamen TOMOV <kamen at evrocom.net> wrote:
> Hi,
>
> Here is what happens:
>
> $ mplayer acache.mov
> MPlayer 1.0pre6-3.3.5-20050130 (C) 2000-2004 MPlayer Team
Use CVS version of MPlayer, it should work a lot better. In general,
you should use CVS as the developpement of both ffmpeg and MPlayer
brings lotsa improvements.
What's more, the rule before reporting any bugs it to try CVS version.
Here are the directions to grab a cvs version and compile it properly:
CVS
Downloading MPlayer CVS
You can also get MPlayer via anonymous CVS. Issue the following
commands to get the latest sources:
cvs -d:pserver:anonymous at mplayerhq.hu:/cvsroot/mplayer login
cvs -z3 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/mplayer co -P main
When asked for a password, just hit enter. A directory named main will
be created. You can later update your sources by typing
cvs -z3 update -dPA
from within that directory.
FFmpeg libavcodec/libavutil/libavformat
CVS MPlayer is not fully functional without a copy of the libavcodec,
libavformat and libavutil libraries from FFmpeg. Get FFmpeg CVS via
cvs -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg login
cvs -z3 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg co -P ffmpeg
When asked for a password, just hit enter. A directory named ffmpeg
will be created. Copy the libavcodec, libavformat and libavutil
subdirectories into the main directory just created from the MPlayer
checkout.
In order to include libavcodec and libavutil in CVS updates, add the
following lines to main/CVS/Entries:
D/libavcodec////
D/libavformat////
D/libavutil////
Guillaume
--
MPlayer's doc is offline. Find some fresh one here:
http://tuxrip.free.fr//MPlayer-DOCS-HTML/en/
http://tuxrip.free.fr//MPlayer-DOCS-HTML/fr/
More information about the MPlayer-users
mailing list