Loadplugin("C:\\Program Files\\AVIsynth 2.5\\plugins\\simpleresize.dll") DirectShowSource("C:\\Documents and Settings\\Leszek\\My Documents\\My Videos\\movie.mpg",fps=23.976) crop(0,140,-0,-144) simpleresize(1920,796) f = (framecount * 4)/5 trim(0,f) |
Loadplugin("C:\\Program Files\\AviSynth 2.5\\plugins\\MPEG2Dec3.dll") Loadplugin("C:\\Program Files\\AviSynth 2.5\\plugins\\decomb.dll") Loadplugin("C:\\Program Files\\AVIsynth 2.5\\plugins\\simpleresize.dll") mpeg2source("C:\\Documents and Settings\\Leszek\\My Documents\\My Videos\\movie.d2v") Telecide(order=1,guide=1,post=2) Decimate() crop(0,140,-0,-152) simpleresize(1920,796) |
DirectShowSource("C:\\Documents and Settings\\Leszek\\My Documents\\My Videos\\movie.mpg",fps=29.97) |
Originally posted by trbarry Also, can you see them the same places in DVD2AVI preview? - Tom |
Loadplugin("C:\\Program Files\\AviSynth 2.5\\plugins\\MPEG2Dec3.dll") mpeg2source("f:\\movie.d2v") |