here's a sample of the movie I'm trying to encode:
http://rapidshare.de/files/14394791/VTS_04_127.VOB.html

script used:

LoadPlugin("g:\stuff\progs\dgindex\dgdecode.dll")
LoadPlugin("gtuff\progs\decomb\decomb521.dll")
mpeg2source("D:\movie\movie.d2v")
Trim(0,164445)
FieldDeinterlace(full=false)
Crop(6,2,-12,0)
LanczosResize(640,346)


didn't look too good. any suggestions? I've never deinterlaced with avisynth before, and very little at all actually.