Log in

View Full Version : Using Sharp Tools is causing Vdub to crash


SuPeRBiT
4th February 2004, 01:36
I realy wanted to test out mf's Sharp Tools on my rip of Matix so i crated the following .avs

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
mpeg2source("D:\Working\D2V\matrix.d2v")
Telecide(Guide=1,Post=False).Decimate(Cycle=5)
LanczosResize(640,256)
Import("D:\Tools\SharpTools-v0.1.avs")
SharpResize(1280, 544)

And VDub will crash for me. But when i remove the last two lines it will load fine.. any ideas?

Thanks

Soulhunter
4th February 2004, 18:52
Hint... (http://forum.doom9.org/showthread.php?s=&threadid=70021) ;)

Bye