Fix: when paused, display dimmed and Mac falls to sleep. Fix: video is wrongly decoded in some RealMedia files. Fix: the remaining time is wrong when playback speed is not 1x. Fix: the position of the play control always reset when app exits. Download MPlayer OSX Extended for Mac to extended version of the MPlayer video player.
MPlayer does not work on Mac OS versions before10, but should compile out-of-the-box on Mac OS X 10.2 and up.The preferred compiler is the Apple version ofGCC 3.x or later.You can get the basic compilation environment by installing Apple'sXcode.If you have Mac OS X 10.3.9 or later and QuickTime 7you can use the corevideo video output driver.
Unfortunately, this basic environment will not allow you to take advantageof all the nice features of MPlayer.For instance, in order to have OSD support compiled in, you willneed to have fontconfig
and freetype
librariesinstalled on your machine. Contrary to other Unixes such as mostLinux and BSD variants, OS X does not have a package systemthat comes with the system.
There are at least two to choose from:Fink andMacPorts.Both of them provide about the same service (i.e. a lot of packages tochoose from, dependency resolution, the ability to simply add/update/removepackages, etc...).Fink offers both precompiled binary packages or building everything fromsource, whereas MacPorts only offers building from source.The author of this guide chose MacPorts for the simple fact that its basicsetup was more lightweight.Later examples will be based on MacPorts.
For instance, to compile MPlayer with OSD support:
This will install pkg-config, which is a system formanaging library compile/link flags.MPlayer's configure
scriptuses it to properly detect libraries.Then you can install fontconfig in asimilar way:
Then you can proceed with launching MPlayer'sconfigure
script (note thePKG_CONFIG_PATH
and PATH
environment variables so that configure
finds thelibraries installed with MacPorts):
You can get a native GUI for MPlayer together withprecompiled MPlayer binaries for Mac OS X from theMPlayerOSX project, but bewarned: that project is not active anymore.
Fortunately, MPlayerOSX has been taken overby a member of the MPlayer team.Preview releases are available from ourdownload pageand an official release should arrive soon.
In order to build MPlayerOSX from sourceyourself, you need the mplayerosx
, themain
and a copy of themain
SVN module namedmain_noaltivec
.mplayerosx
is the GUI frontend,main
is MPlayer andmain_noaltivec
is MPlayer built without AltiVecsupport.
To check out SVN modules use:
In order to build MPlayerOSX you will need toset up something like this:
Mplayer Osx Extended
You first need to build main and main_noaltivec.
To begin with, in order to ensure maximum backwards compatibility, set anenvironment variable:
Mplayer Download Free
Then, configure:
If you configure for a G4 or later CPU with AltiVec support, do as follows:
If you configure for a G3-powered machine without AltiVec, use:
Mplayer Osx Extended Download Mac
You may need to edit config.mak and change-mcpu
and -mtune
from 74XX
to G3
.
Continue with
then go to the mplayerosx directory and type
This will create a compressed .dmg
archivewith the ready to use binary.
You can also use the Xcode 2.1 project;the old project for Xcode 1.x doesnot work anymore.