Topic: Cant run SVP on Mac 10.15.5

Hello,

Installed SVP on my Macbook running OS 10.15.5, but can't seem to get SVP running in either MPV or VLC. Whenever I try to open a file via mpv through the SVP menu, mpv doesn't open at all. Tried

brew reinstall mpv

but still is broken. Tried opening a file via VLC, went SVP Menu > Utilities > SVP in VLC and it says "Please install Vapoursynth via Homebrew". Tried using

brew reinstall https://raw.githubusercontent.com/Homebrew/homebrew-core/8305b51ca44689cd55e2abf0d00296c65d7459ad/Formula/mpv.rb

but still nothing.

Vapoursynth isn't showing up in the filters in VLC preferences, either. Tried all of the wiki and looked through forums but nothing seems to be working.

Re: Cant run SVP on Mac 10.15.5

any errors in the terminal output?

run 'brew info mpv'

Re: Cant run SVP on Mac 10.15.5

ran brew info mpv and received

mpv: stable 0.32.0 (bottled), HEAD
Media player based on MPlayer and mplayer2
https://mpv.io
/usr/local/Cellar/mpv/0.32.0_3 (30 files, 10.8MB) *
  Poured from bottle on 2020-07-11 at 01:46:19
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/mpv.rb
==> Dependencies
Build: docutils ✘, pkg-config ✘, python@3.8 ✔
Required: ffmpeg ✔, jpeg ✔, libarchive ✔, libass ✔, little-cms2 ✔, lua@5.1 ✔, mujs ✔, uchardet ✔, vapoursynth ✔, youtube-dl ✔
==> Requirements
Build: xcode ✘
==> Options
--HEAD
    Install HEAD version
==> Caveats
zsh completions have been installed to:
  /usr/local/share/zsh/site-functions
==> Analytics
install: 7,090 (30 days), 23,160 (90 days), 63,687 (365 days)
install-on-request: 6,124 (30 days), 20,228 (90 days), 56,970 (365 days)
build-error: 0 (30 days)

tried running 'xcode-select --install' per wiki and received back

xcode-select: error: command line tools are already installed, use "Software Update" to install updates

Re: Cant run SVP on Mac 10.15.5

it looks like it must work hmm
can you run mpv from the Terminal? like 'mpv <some-video-file-here>'