Log in

View Full Version : Using Virtual Dub Filters in Avisynth


Zerox20
28th April 2003, 13:05
How can I run a Virtual Dub Filter in Avisynth? I know you have to do this:
LoadVirtualdubPlugin("Plugin Path")

Then how do I use it in my script? The one I want to load is called 2DClean.vcf.

Thanks!

sh0dan
28th April 2003, 13:27
FAQ 1 (http://www.avisynth.org/index.php?page=Section+4%3A+Importing+filters+from+VirtualDub)

:readfaq:

WyldeF1r3
28th April 2003, 14:08
there is a YUY2 version of 2d cleaner available for avisynth which warpenterprises has kindly archived here http://www.avisynth.org/~warpenterprises/

But if you insist on loading the RGB version, when you installed avisynth, it should have come with a file called vdub_filters.avs. If you have this file, write this line into avisynth

Import{x:\path\vdub_plugins.avs)

VD_2dclean_op**(p3 or tk depending on if you have a p3 or athalon)

(the method which was shown in the link sh0dan gave you)

Zerox20
28th April 2003, 16:00
The Main reason I am wanting to use avisynth is because I am still getting that fuzzyness/blurryness around subtitles/text with Xvid, picture quality is outstanding, even with my filesize set to over 300 MB I still get the fuzzyness around them, so my theory was I would just load all the filters in avisynth to make sure the order is done properly instead of doing vdub + avisynth.