hybrid-vapoursynth-addon Adding Vapoursynth and plugins to Hybrid
extract the folder to a temporary folder
make the build-vapoursynth.sh script executable chmod +x build-vapoursynth.sh
and run it.
When it's finished add:
export LD_LIBRARY_PATH=~/opt/vapoursynth/lib
export PYTHONPATH=~/opt/vapoursynth/lib/python3.6/site-packages
export PATH="~/opt/vapoursynth/bin:$PATH"
export PATH="~/.local/bin:$PATH"
to your ~/.profile
- and ~/.bashrc
-file, close the terminal and open a new terminal, best use absolute paths.
Side notes:
Calling vspipe --version
should output something like:
VapourSynth Video Processing Library
Copyright (c) 2012-2020 Fredrik Mellbin
Core R49
API R3.6
Options: -
reboot your system.
(vspipe --version
should now work without having to enter the export calls)
make the build-plugins.sh executable chmod +x build-plugins.sh
and run it (this will take quite a while).
Now Hybrid will be able to use Vapoursynth.