Log in

View Full Version : ReSizing w/ avisynth & cce


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

seewen
14th January 2003, 02:43
This script comes from FitCD ??

I'me very surpised, beccause usually their's a "AddBorders(X,Y,Z,A)" cmd.

Are you sure that you didn't erease it by mistake ?

DubStyle311
14th January 2003, 02:50
i did as a matter of fact, lol that would do it, i figured that would just add stuff that would never appear on the tv....

if i add that line, would it make it actual 720x480 or would it just be the other res only smaller?

does it all come out the same in the end?