08.11.2020, 12:03
(07.11.2020, 19:52)Selur Wrote: For debian based systems https://github.com/Selur/hybrid-vapoursynth-addon should allow to build and install Vapoursynth and plugins.
Alternatively you can install Vapoursynth and plugins manually and use misc.ini ([INFO] *hidden* Hybrid options,...) to tell Hybrid that Vapoursynth should be enabled.
Cu Selur
Ps.: https://forum.doom9.org/showthread.php?t=182032 lists the currently for Avisynth+ on Linux available filters (aside from the functions that directly come with Avisynth).
- 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=/usr/local/libexport PYTHONPATH=~/opt/vapoursynth/lib/python3.6/site-packages
~/.profile
~/.bashrc
vspipe --version
VapourSynth Video Processing Library Copyright (c) 2012-2020 Fredrik Mellbin Core R49 API R3.6 Options: -
vspipe --version
chmod +x build-plugins.sh
Now Hybrid will be able to use Vapoursynth.
idk how to do this