I read reports about the Canopus Codec being a little unstable. Try this instead: ---AVS Begin--- LoadPlugin("C:\PROGRA~1\DVD2SVCD\SIMPLE~1\SIMPLE~1.DLL") LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2DEC\MPEG2DEC.DLL") DirectShowSource("C:\PROGRA~1\ULEAD\ULEADV~1.0SE\2\2001-CDV.AVI", 25) ConvertToYUY2() SimpleResize(480,576) ----AVS End---- I assume you live in the PAL world, else replace the framerate (25) with what's appropriate for you. By the way: the guide you are following is not very good. In fact you should use anti-noise (try a value of 2 in the beginning), especially for noisy low-light shots. You may also want to try some additional filtering like Convolution3D. bb