Mplayer For Mac Os X

The native media support on Mac OS X is limited to QuickTime’s capabilities, so it’s no wonder that using media players that integrate 3rd-party libraries and codecs is a common practice. Mplayer 1.2.1 is compatible with the FFmpeg 2.8.x releases. Don't need to fetch it separately. Just like 1.2, this version will not work with current FFmpeg master branch, nor with the upcoming FFmpeg 2.9 (or 3.0, or whatever name will be chosen).

Mplayer

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.

VLC for Mac OS X VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols. MX Player for Mac OS X: Best alternatives Our editors hand-picked the best Mac alternatives to MX Player, go ahead and check them out, rate them. MPlayerX is an alternative media player powered by ffmpeg and mplayer. MPlayer OS X ran OK, but it was slow. And also, the new technologies from Apple prevailed-such as Core Animation, Grand.

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 fontconfigand 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.

Mplayer For Mac Os X

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 PATHenvironment 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:

You first need to build main and main_noaltivec.

To begin with, in order to ensure maximum backwards compatibility, set anenvironment variable:

Then, configure:

Mplayer For Mac Os X 10.7

Mplayer

Mplayer For Mac Os X 10.6.8

If you configure for a G4 or later CPU with AltiVec support, do as follows:

Mplayer For Mac Os X 10.6

If you configure for a G3-powered machine without AltiVec, use:

Mplayer For Mac Os Xp

You may need to edit config.mak and change-mcpu and -mtunefrom 74XX to G3.

Continue with

Mplayer for mac os x

then go to the mplayerosx directory and type

This will create a compressed .dmg archivewith the ready to use binary.

Mplayer For Mac Os X El Capitan

You can also use the Xcode 2.1 project;the old project for Xcode 1.x doesnot work anymore.