I have so far had success encoding avi to dvd but my latest file is giving me some trouble. Gspot yielded the following info:


When I load the following FitCd generated Avisynth script into media player or virtual dub for pretesting, I get a strange result.

AviSource("C:\1movie encoding\cce\yashana.avi")
ConvertToYUY2()
BicubicResize(656,448,0,0.6,0,0,640,480)
AddBorders(32,16,32,16)
Trim(0,36360).FadeOut(150)

I see perhaps one frame of video and for the rest of the second I get a big green square. So basically for 1/24 of a second i get the movie and for 23/24 seconds of the movie I get a big green full screen square. This is my first time trying to encode a divx 5.0. The avi file plays fine by itself. It only gets screwy when its avisynth sister is played.
I read something about Divx 3 and divx 5 conflicting. Could this be the source of my problems? I only have a few codec installed. I have divx 3, divx 5, and an Xvid codec.
Also I should mention that the flic that i'm trying to encode is a cartoon?
Any help or insight will be appreciated,

Thanks,

VC