OK firstly, I'm Trying to convert a (UK) PAL DVD 16:9 to NTSC for a friend in the States.

I've Ripped the dvd to HD and used dvd2avi etc etc

And using Avisynth v2.5 and CCE 2.66.01.07, the Avisynth Script is:-

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
mpeg2source("C:\Documents and Settings\Star\Desktop\phoenix 1ifo processed\phonex.d2v")
crop(0,0,720,576)
BilinearResize(688,416,21,0,678,480)
AddBorders(16,32,16,32)
AssumeFPS(23.976, true)
ResampleAudio(44100)

Ok HERE COMES THE PROBLEM:- I load the script into CCE and make all the adjustments, BTW I've also installed the utility eclcce but when I come to save the ecl file it saves as a blank file! I try and open it up into notepad and its blank, normally theres always lines of code in there and I'd copy and paste my chapters from "Chapter Xractor" to the bottom of the document, why is the document blank? shall I just copy the chapters into the document and carry on? what am I doing wrong?