Log in

View Full Version : PixieDustPP problem!


qt4eva
19th July 2006, 05:17
Hi, i tried this script by Didee and i can't seem to get it working. I keep on getting this error.
Script error: There is no function named "pixiedust"
(C:\Program Files\AviSynth 2.5\plugins\PixieDustPP.avs, line 47)
Please help. Thank you.

Here is my script.
Import("C:\Program Files\AviSynth 2.5\plugins\PixieDustPP.avs")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth25.dll")
UnDot()
FluxSmoothST(7,7)
asharp(1,3)
PixieDustPP(Limit=5,FullDB=75)
DeGrainMedian(2)

Adub
19th July 2006, 05:40
Use loadplugin.

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dustv5.dll")

qt4eva
19th July 2006, 13:04
Where can I get dustv5.dll from?
do i still need to import pixiedustpp.avs? Thank you

Adub
20th July 2006, 07:21
You can get it here:
http://www.avisynth.org/warpenterprises/files/dust_20_dll_20030123.zip

If you have any trouble loading it, you may have to use LoadPluginEX.dll. But try it without it first. I got it to load on my setup.
Note:I am using 2.57 beta 3.

Report back.

Also, about the avs import. Yes and no. Some versions of Avisynth need you to, others don't. If you have one of the latest, then no. Try it both ways, see what works.