

They did not look like this before I put them in Vegas and it's been happening with ALL my anime clips.
Here's my .avs script:
Help?MPEG2Source("F:\Documents\My Videos\Clips\Anime\Origin\Origin.d2v")
deint = TDeint(mode=2, mtnmode=3, blim=100)
TFM(cthresh=4, slow=2, clip2=deint)
TDecimate(mode=1)
Deen("w3d",3,3,5)
Crop(2,0,-2,0)
LanczosResize(848,480)

Thanks.