darkangel
11th December 2002, 18:52
i'm creating a avisynth script via fitcd for use with cce 2.5 fitcd seems to change the video size is this normal if so why? is it adjusting to keep correct aspect ratio, what do other people do when converting avi to svcd? film look good when i use avi2svcd
# -= AviSynth script by FitCD v1.1.2 =-
#LoadPlugin("D:\PathOf\AnyPlugin.dll")
AviSource("C:\Movies\*****.avi")
LanczosResize(448,256,14,0,612,256)
AddBorders(16,112,16,112)
#Trim(0,173759).FadeOut(150)
# -= AviSynth script by FitCD v1.1.2 =-
#LoadPlugin("D:\PathOf\AnyPlugin.dll")
AviSource("C:\Movies\*****.avi")
LanczosResize(448,256,14,0,612,256)
AddBorders(16,112,16,112)
#Trim(0,173759).FadeOut(150)