Code: Select all
Mpeg2Source("E:\Sakura12\ccs12.d2v", cpu=4)
TCOmb()
deint=TDeint(mode=2, mtnmode=3, blim=100)
TFM(order=1, cthresh=4, slow=2, clip2=deint)
TDecimate(mode=1)
#deen("w2d",7,5,9)
#FluxSmoothST(7,7)
#WarpSharp()
#FastLineDarken()
#SDDerainbow()
#tweak(sat=1.4, cont=1.0, bright=-10)
#ColorYUV(gain_u=1)
ConvertToRGB32()
Crop(8,0,-8,-0)
BiCubicResize(720,480)
AssumeFPS(24)
ConvertToRGB32()