These build scripts are for Ubuntu 24.04 LTS and Debian Sid (in future the coming Debian 13) tested only. The used Python version is Python 3.12. Scripts are rewritten.They are slightly more modular. German and English messages were added.
- 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.shand run it. - When it's finished add:
export LD_LIBRARY_PATH=~/opt/vapoursynth/lib export PYTHONPATH=~/opt/vapoursynth/lib/python3.12/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:
- depending on the used Python version you need to adjust it to pyhton3.12 accordingly and if you changed the default paths inside the config.txt youe need to adjust them here too.
- Calling
vspipe --versionshould output something like:VapourSynth Video Processing Library Copyright (c) 2012-2024 Fredrik Mellbin Core R70 API R4.1 API R3.6 Options: - - reboot your system.
(
vspipe --versionshould now work without having to enter the export calls) - make the build-plugins.sh executable
chmod +x build-plugins.shand run it (this will take quite a while).
Now Hybrid will be able to use Vapoursynth.