Log in

View Full Version : FitCd & avisynth resize question?


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)

wmansir
12th December 2002, 23:53
FitCD is designed for TV output. Most TVs don't show the image all the way to the edge, so if you don't add borders to the video the edges will be cut off. It also resizes the video to SVCD standard (480x480 for NTSC, 480x576 for PAL). This changes the aspect ratio of the encoded film, but it will be corrected on playback.