DubStyle311
14th January 2003, 02:33
LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2DEC.dll")
mpeg2source("G:\DVD Folder\2\hh-cd2.d2v")
BicubicResize(688,448,0,0.6,0,26,480,428)
Trim(0,66521).FadeOut(150)
ResampleAudio(44100)
^^^^^^
thats the script im using right now. i used fitcd to make most of it, but my res is coming out to 668x448. i need it to b NSTC dvd standard 720x480. anyone know how i should change the script? im not too sure about lots of it, thakns guys
mpeg2source("G:\DVD Folder\2\hh-cd2.d2v")
BicubicResize(688,448,0,0.6,0,26,480,428)
Trim(0,66521).FadeOut(150)
ResampleAudio(44100)
^^^^^^
thats the script im using right now. i used fitcd to make most of it, but my res is coming out to 668x448. i need it to b NSTC dvd standard 720x480. anyone know how i should change the script? im not too sure about lots of it, thakns guys