I'm trying to convert from PAL to NTSC and I got this .avs text from a website:

LoadPlugin("MPEG2DEC.dll")
LoadPlugin("SmoothDeinterlacer.dll")
MPEG2Source("DRIVE:\PATH\VTS_xx_x.d2v")
SmoothDeinterlace(doublerate=true)
LanczosResize(720,480)
ChangeFPS(59.94) # or ConvertFPS(59.94)
SeparateFields()
SelectEvery(4,1,2)
Weave()
ConvertToRGB()

and whenever i load it into cinema craft encoder it says:

"Frame size 728x56 is not supported. Supported frame size is up to 720x576"

I change all the file paths and everything and the video that i'm trying to encode has a resolution of 720x576.
I don't know what to do to fix this so if anyone could help me out it would be great.
Thanks

Dave