Log in

View Full Version : Possibly a stupid Avisynth/VDub question re filters


Fluffbutt
25th November 2005, 15:25
Is there a way to access the VDub filter gui from avisynth?

If not, how do you know what names to give after the

LoadVirtualDubPlugin("Cartoonizer.vdf", "Toon", 0)
Toon()

Toon() there above? The VDub plugin Msu Cartooniser (http://forum.doom9.org/showthread.php?t=103175) has many sliders in its gui.. what names do I put for them in the ()?

Is there a standard naming system, or is it all just guesswork?

Ta, muchly.

Guest
25th November 2005, 15:45
The easiest way to determine the parameter order is to examine the filter's source code. If that is not available, you can set up the filter in VirtualDub, save the processing settings, and then inspect the settings file.