Would anyone like to tell use how to install this decoder. I would like to compare the quality. I edited my avi script to this but CCE bombed with a memory error. Import("E:\dvdrip\RESAMP~1.AVS") LoadPlugin("D:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\MPEGDecoder_YV12\MPEGDecoder.dll") mpeg2source("E:\dvdrip\DVD2AV~1.D2V") # -= AviSynth script by FitCD v1.1.2 =- BicubicResize(448,400,0,0.6,11,10,698,554) AddBorders(16,88,16,88) ConvertToYUY2() ResampleAudio(44100) Thanks.