Posts: 52
Threads: 11
Joined: Nov 2023
Hello,
If I install an Avisynth plugin (presumably in the "avisynthPlugins" folder?), where will it appear in Hybrid. Also, is there a chroma shift avisynth plugin that can be used with Hybrid?
Also, I found the chroma shift scripts download off of the wiki, but I am unsure how that is compiled for Hybrid. I moved all the files into the plugin folder, but I don't think that did anything, unless I missed it.
Posts: 10.551
Threads: 57
Joined: May 2017
Hybrid does not automatically magically add stuff to the GUI.
Assuming you know your way around Avisynth, which I assume, since I don't really see a reason to use it myself.
You can either:
a. use a custom section and load and use your filter there
b. write an xml which tells Hybrid how to integrade the filter (
https://forum.selur.net/thread-3231.html)
Where you place the dll of a filter doesn't really concern Hybrid since filters are loaded explicitly. (auto loading is disabled)
No, there is no chroma shift filter integrated into Hybrid for Avisynth.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 52
Threads: 11
Joined: Nov 2023
(06.04.2024, 22:32)Selur Wrote: Hybrid does not automatically magically add stuff to the GUI.
Assuming you know your way around Avisynth, which I assume, since I don't really see a reason to use it myself.
You can either:
a. use a custom section and load and use your filter there
b. write an xml which tells Hybrid how to integrade the filter (https://forum.selur.net/thread-3231.html)
Where you place the dll of a filter doesn't really concern Hybrid since filters are loaded explicitly. (auto loading is disabled)
No, there is no chroma shift filter integrated into Hybrid for Avisynth.
Cu Selur
Gotcha. Thank you, Selur!