Return to site

Mpv Player Mac Download

broken image


  • Kodi Payer (formerly XBMC) Ever tried.
  • Download mpv for Mac - A free and open-source video player that enables you to quickly and effortlessly load and playback a wide variety of video formats.
  • The mpv based media player. Get It For Windows Download for Windows (64-bit) Download for Windows (32-bit) Also get Noto Sans font for best experience.
Note: This guide is outdated and won't be updated anymore.

Hint: You can get ready to use builds here.

Download Mpv Player For Mac

Player

Introduction

Mpv Mac Player

Mac users interested in Mplayer os x 10.5.8 generally download: MPlayer OSX Extended 1610.0 Free MPlayer OSX Extended is a utility that comes as an alternative to using system's default player - QuickTime - for watching your favorite movies from your Mac computer. Visit developer's site Download mpv 0.32.0 Windows 64-bit 28MB Win64 Portable Download mpv 0.32.0 Windows 27MB Win Portable Download mpv 0.32.0 Mac 64-bit 22MB Mac64 Download mpv 0.32.0 Linux Linux Download Beta, Portable and other versions.

This is a guide to compiling mpv, a fork of the MPlayer family and the current recommended media player on *nix. It has more active development and some features like nicer CLI output, an On Screen GUI and high quality OpenGL video output.
This will ensure you are using the latest, most up-to-date high quality playback that you can get for OS X.
This guide is targeted at advanced users and assumes basic commandline-knowledge. This guide may not always be up to date, so you may have to do your own research. mpv on OS X requires at least 10.7.

Mpv music player

Introduction

Mpv Mac Player

Mac users interested in Mplayer os x 10.5.8 generally download: MPlayer OSX Extended 1610.0 Free MPlayer OSX Extended is a utility that comes as an alternative to using system's default player - QuickTime - for watching your favorite movies from your Mac computer. Visit developer's site Download mpv 0.32.0 Windows 64-bit 28MB Win64 Portable Download mpv 0.32.0 Windows 27MB Win Portable Download mpv 0.32.0 Mac 64-bit 22MB Mac64 Download mpv 0.32.0 Linux Linux Download Beta, Portable and other versions.

This is a guide to compiling mpv, a fork of the MPlayer family and the current recommended media player on *nix. It has more active development and some features like nicer CLI output, an On Screen GUI and high quality OpenGL video output.
This will ensure you are using the latest, most up-to-date high quality playback that you can get for OS X.
This guide is targeted at advanced users and assumes basic commandline-knowledge. This guide may not always be up to date, so you may have to do your own research. mpv on OS X requires at least 10.7.

Mpv Player Config

Installation

  1. Only for <10.9:
    • Install Xcode from App Store
    • Install Command Line Tools from Xcode -> Preferences -> Downloads
  2. Install Homebrew by running the command
    ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)'
    in a Terminal, install the Command Line Tools when asked.
  3. Install some other needed stuff: sudo easy_install docutils
  4. Build mpv and the needed dependencies using homebrew:
    The command lines you'll need are:
    • export LC_ALL=en_US.UTF-8 ; export LANG=en_US.UTF-8
    • brew install --HEAD --with-bundle --with-bluray-support --with-libdvdread --with-little-cms2 --with-lua --with-bundle mpv
  5. If you want to have an .app-bundle in ~/Applications: brew linkapps mpv
  6. Done!

Configuration

Mpv For Mac

To set mpv as the default program to open .filetypes, get Finder-info on the filetype you want to associate, select mpv.app under Open with: and click the 'Change All…' button. You can view options and keybinds here or by typing man mpv into Terminal. You can quit this dialogue any time by pressing q. mpv can also be launched by typing mpv into Terminal, dragging the file into the terminal window and hitting enter.

To make your own configuration, create the folders ~/.config/mpv and create the file mpv.conf in there. Paste the the options you want to change in that file (see mpv's documentation for all possible options).

If you have sufficient GPU power, it is recommended to use the opengl-hq video-output (requires Intel HD4000 or better). To use this add this line to your config:
vo=opengl-hq:icc-profile-auto

Notes

  • Remember to keep everything up-to-date using brew update. Since mpv is on –HEAD, brew update won't work for it. You need to uninstall and reinstall (brew rm mpv && brew install --HEAD --with-bundle --with-bluray-support --with-libdvdread --with-little-cms2 --with-lua --with-bundle mpv), as it's a HEAD only formula homebrew is not smart enough to figure out the version it built.
  • Having MacPorts or Fink installed may break brew. See brew doctor if you run into problems.
  • If you have problems, join the #mpv channel on freenode or open an issue on the Github page. Please use the comments here only for problems related to CGi releases.

Original guide written by valtism. Modified.





broken image