alright I think I got it. I looked over the guides again and somethings clicked. Everything looks fine. This is my final code:
Code: Select all
MPEG2source("F:\RUMBLING_HEARTS_VOL01\VIDEO_TS\Rumbling_Hearts_Vol1_A1_EP1-5.d2v")
Telecide(order=1)
FieldDeinterlace(chroma=true)
Deen("a2d",2)
VmToon()
Crop(4, 0, -4, -0)
LanczosResize(640, 480)
In the end, I did end up putting the FieldDeinterlace before first, but it was the Telecide that needed to be first because it actually did make a difference like you said. Thanks a bunch.
One last thing though, I'm not sure if I'm being overly picky or if this the way it should be:
The outlines arent 100% perfect. I wasnt sure if that was just the way it was animated or if I may be missing something. When I played the DVD in windows media player, it looked similar, however, the DVD, in general, seems to have a slightly lower quality in wmp.[/code]