Topic: VapourSynth engine error + not detecting playback[MacOS Sierra][SVP 4]
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!