Selur's Little Message Board
Where are Avisynth Plugins - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: Where are Avisynth Plugins (/thread-3660.html)



Where are Avisynth Plugins - PizzaTime - 06.04.2024

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.


RE: Where are Avisynth Plugins - Selur - 06.04.2024

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


RE: Where are Avisynth Plugins - PizzaTime - 07.04.2024

(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!