Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sttz/MPlayer-OSX-Extended
MPlayer OSX Extended video player for Mac. Continuation of original MPlayer OSX project, using MPlayer command line as backend.
https://github.com/sttz/MPlayer-OSX-Extended
Last synced: about 1 month ago
JSON representation
MPlayer OSX Extended video player for Mac. Continuation of original MPlayer OSX project, using MPlayer command line as backend.
- Host: GitHub
- URL: https://github.com/sttz/MPlayer-OSX-Extended
- Owner: sttz
- License: gpl-2.0
- Archived: true
- Created: 2011-06-07T19:51:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T16:47:55.000Z (about 5 years ago)
- Last Synced: 2024-08-05T19:36:41.295Z (5 months ago)
- Language: C
- Homepage: http://www.mplayerosx.ch
- Size: 12.3 MB
- Stars: 343
- Watchers: 29
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
Retirement Notice
-----------------**MPlayer OSX Extended has been retired and won't receive any future updates.**
After development of MPlayer OSX Extended has been slow for many years and development of the underlying MPlayer project has moved on to mpv, I have decided that it doesn't make sense to invest more time into this project.
Consider using one of the following alternatives for video playback on macOS:
* [IINA](https://iina.io/): Great UI for mpv
* [mpv](https://mpv.io/): Has its own UI but is a bit cryptic
* [VLC](http://www.videolan.org/): Feature-packed but clunky interfaceMPlayer OSX Extended
====================Homepage:
http://www.mplayerosx.ch/Issue tracker:
https://github.com/sttz/MPlayer-OSX-Extended/issuesDownloads:
http://code.google.com/p/mplayerosxext/downloads/listBuild Instructions
------------------The project can be built using either XCode 3 or 4.
Make sure you've got the dependencies below and then you should be able to compile MPE directly with XCode.### Dependencies
#### Sparkle
MPE requires my [Sparkle Fork](https://github.com/sttz/Sparkle).
It adds updating separate bundles without a restart, used in MPE for updating its binary bundles with Sparkle.#### Fontconfig & Freetype
It's best to use the same Fontconfig and Freetype versions as used in the binary bundle. The default setup links to the libraries inside the `mpextended.mpBinaries` bundle in the binaries folder. The easiest way to get that is download the latest (test) version of MPE and extracting the binary bundle form "`MPlayer OSX Extened.app/Contents/Resources/Binaries`".
**Note**: I've reorganized the bundle after the FFMpeg-MT merge and haven't released a test version with it yet. For now it's probably best to link to the system Fontconfig and Freetype libraries.
#### libiconv.2 ####
On Lion use the system's `libiconv.2`. On Snow Leopard the system's `libiconv.2` is not new enough (Version 8 is required) so install libiconv using for example homebrew or macports, then link to it.