Hi everyone. I've done all things you mention in your previous posts, but I can't get it to work! When I try opening my script in VDub it says:
Unrecognized exception!
and points to the line in my script where I've put PixieDust().
Here's my test script:
LoadPlugin("C:\Program\AviSynth 2.5\plugins\Old\LoadPluginEx2.dll")
LoadPlugin("C:\Program\AviSynth 2.5\plugins\Old\DustV5.dll")
Mpeg2Source("D:\Rippat\Test\Test.d2v")
PixieDust()
LanczosResize(448, 416, 11, 0, 698, 576)
AddBorders(16, 80, 16, 80)
I really want to try this filter out together with the latest MA script just to find out if I can increase compression. Help desperately wanted!