To use avisynth just open notepad, type the commands and save as .avs Use the DGIndex .d2v file in a script like this: # the lines with a # will be ignored by avisynth # PLUGINS LoadPlugin("C:\Program Files\DGMPGDec\DGDecode.dll") LoadPlugin("C:\Program Files\AviSynthPlugins\decomb.dll") # SOURCE mpeg2source("C:\DVD\YourMovie.d2v") # DEINTERLACING (1) FieldDeinterlace(blend=false) # CROPPING (Left,Top,Right,Bottom) crop(2,76,716,424) # RESIZING (Width,Hight) LanczosResize(720,288) The .avs file can then be opened in virtualdubmod and saved in fast recompress mode.