Skip to content

A set of scripts that help build mpv with MoltenVK support.

Notifications You must be signed in to change notification settings

m154k1/mpv-build-macOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpv-build-macOS

A set of scripts that help build mpv with MoltenVK support.

Requirements

Build and install

  1. Make sure Xcode is ready by running:

    xcodebuild -runFirstLaunch
  2. Clone the repository:

    git clone "https://github.com/m154k1/mpv-build-macOS.git"
    cd mpv-build-macOS
  3. Install dependencies from Homebrew:

    xargs brew install --formula < homebrew/build-deps.txt
  4. Create an installation directory for local packages:

    sudo mkdir /opt/local
    sudo chown $USER:admin /opt/local
    mkdir /opt/local/stow
  5. Fetch sources:

    ./fetch all
  6. Build mpv and its dependencies:

    # This will build and install mpv as CLI program
    ./build-all
    
    # Alternatively, you can make an app bundle by adding '--bundle' option
    # This will create mpv.tar.gz with mpv.app
    ./build-all --bundle
  7. Add /opt/local/bin to your $PATH.

Recommended settings

# ~/.config/mpv/mpv.conf
vo=gpu-next
hwdec=yes
macos-render-timer=feedback

Environment variables

  • MTL_HUD_ENABLED=1
    Enables the Metal Performance HUD.

  • MVK_CONFIG_LOG_LEVEL=3
    Enables verbose MoltenVK logging.

About

A set of scripts that help build mpv with MoltenVK support.

Topics

Resources

Stars

Watchers

Forks

Languages