Will someone take a look at this script for me and tell me what is wrong with it and what I need to do to it so that my AVI file (608x256) Resizes to 740x480 MPEG2

I'm getting an error MPEG2Dec3.dll is not an Avisynth 2.5 plugin. I'm pretty sure I'm gonna get an error for the other plugin also

I'm trying to create a MPEG-2 file with CCE TRIAL. My previous attempts resulted in DVD Movie Factory 2 having to re-encode the video. This doesn't happen whenever I use TMPGENC

Man can you help me. I've been searching for answers for two weeks.




#================================================= ====#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#================================================= =====#

LoadPlugin("C:\Program Files\AviSynth 2.5\Docs\Filters\MPEG2Dec3.dll")
LoadPlugin("C:\My Downloads\Filters\GripFit_preview.dll")

AviSource("C:\Documents and Settings\James\Desktop\Runaway.Jury.DVDRiP.XViD-DcN_[bt-gm]_[EFnet]\CD1\rj1-dcn.avi",false)
GripCrop(720, 480, source_anamorphic=false)
GripSize(resizer="BicubicResize")
GripBorders()