Machura, It's really simple after you do it once. In DVD2SVCD go to the frameserver tab and select "Edit as part of Video encoding" the other option "Edit when dvd2avi is done" won't work since you're doing an avi conversion. After DVD2SVCD finishes the audio processing you'll get a box with the .avs script that will look something like this: LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2DEC\MPEG2DEC.DLL") AVISource("D:\AVICUT~1.AVI") ConvertToYUY2() BilinearResize(480,480) Add two lines to get this: LoadPlugin("C:\PROGRA~1\DVD2SVCD\Convolution3D\Convolution3D.DLL") LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2DEC\MPEG2DEC.DLL") AVISource("D:\AVICUT~1.AVI") ConvertToYUY2() BilinearResize(480,480) Convolution3D(0,5,3,5,3,3,0) You will of course have to enter the path to your Convolution3D.dll and play with the filter settings.