Posts: 10.976
Threads: 56
Joined: May 2017
07.11.2020, 19:52
(This post was last modified: 07.11.2020, 19:54 by Selur.)
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).
Posts: 12
Threads: 0
Joined: Sep 2020
(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).
Thanks for replying. Hope that I'm not bothering you
(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).
Okay, so I have like this...
(FOLDER) "build-plugins"
(File) "build-plugins.sh"
(File) "build-vapoursynth"
(text) "config"
(idk) "README.md"
what should I do?
Posts: 12
Threads: 0
Joined: Sep 2020
(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
[*]
to your
[*]
- and
[*]
-file, close the terminal and open a new terminal. ( Note: depending on your Python version you need to adjust pyhton3.6 accordingly and if you changed the default paths inside the config.txt youe need to adjust them here too) 5. Calling
[*]
should output something like:
VapourSynth Video Processing Library Copyright (c) 2012-2020 Fredrik Mellbin Core R49 API R3.6 Options: -
[*]
6. reboot your system. (
[*]
should now work without having to enter the export calls) 7. 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.
idk how to do this
Posts: 10.976
Threads: 56
Joined: May 2017