Posts: 5.269
Threads: 36
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
- [font=-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"] and run it.[/font]
- [font=-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"]When it's finished add:[/font]
export LD_LIBRARY_PATH=/usr/local/libexport PYTHONPATH=~/opt/vapoursynth/lib/python3.6/site-packages
[*] [font=-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"]to your [/font]
[*] [font=-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"]- and [/font]
[*] [font=-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"] -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 [/font]
[*] [font=-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"] should output something like: [/font]
VapourSynth Video Processing Library Copyright (c) 2012-2020 Fredrik Mellbin Core R49 API R3.6 Options: -
[*] [font=-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"] 6. reboot your system. ([/font]
[*] [font=-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"] should now work without having to enter the export calls) 7. make the build-plugins.sh executable [/font]
chmod +x build-plugins.sh
[*] [font=-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"] and run it (this will take quite a while).[/font]
[font=-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"]Now Hybrid will be able to use Vapoursynth.[/font]
idk how to do this
Posts: 5.269
Threads: 36
Joined: May 2017
|