Hey Chainik,

Thank you for the quick response. You are pointing to the right direction. It's fixed now.

So first, I tired
"otool -L /usr/local/bin/mpv| grep libvapoursynth", which is normal.
However, "otool -L /usr/local/opt/vapoursynth/lib/libvapoursynth-script.dylib" show that python 3.5 is not linked to anaconda but to brew cellar.
"ls -l /usr/local/opt/python3" is normal

So I uninstalled and reinstalled python3 with brew.
This redirected "otool -L /usr/local/opt/vapoursynth/lib/libvapoursynth-script.dylib" to anaconda.

Then I uninstalled and reinstalled SVP and vapoursynth. And now it's working properly!

Cheers,

Michael

Bug:
SVP does not detect any active playback

I'm on mac 10.12 Sierra.
Followed all the steps from here:
https://www.svp-team.com/wiki/SVP:Mac
Tried both MPV and VLC, both played as if SVP is not on at all.
Tried "Open File..." from SVP. No response.

When I switch on "Deinterlace" in VLC, the log reads "VapourSynth engine error":

Log with VLC:
...
deinterlace error: VapourSynth engine error - possibly corrupted installation
core debug: no video filter2 modules matched
core error: Failed to create video filter2 'deinterlace'
core error: Failed to add filter 'deinterlace'
...

So I suspect it's VapourSynth installation problem.
I tried reinstalling VapourSynth alone,
as well as reinstalling VapourSynth + MPV together.

Since I'm using anaconda python, I also tried adding VapourSynth to python path by putting in ~/.bash_profile
"export PYTHONPATH="${PYTHONPATH}:/usr/local/lib/python3.5/site-packages""

I made sure in python3, "import vapoursynth" can work.
I made sure in terminal, "vspipe -v" can work.

Still, the problem is there. SVP does not detect any active playback. It's like SVP is not running at all.

Just bought SVP for Mac because I had great experience with Windows. But trying to debug this has been frustrating.
Anyone could help? Thanks in advance!