here's what shows up in media player...

Colors are off.. its the weirdest thing i've ever seen.. and here's my AVS script:
LoadPlugin("D:\media\dvdrip\MPEG2DEC.DLL")
MPEG2Source("F:\EOECrop.d2v")
BicubicResize(448,256)
Telecide()
Decimate(cycle=5)
AssumeFPS(24)
I also tried it with no resize, and
LoadPlugin("D:\media\dvdrip\MPEG2DEC.DLL")
MPEG2Source("F:\EOECrop.d2v")
BicubicResize(448,256)
with the same results.