Log in

View Full Version : Help Please, Trouble converting XviD to SVCD


bman1
25th June 2003, 13:26
I set up a AviSynth script to feed my XviD AVI to CCE SP to encode into an SVCD compliant MPG. However, when CCE finishes encoding, the file is always 640x480 resolution and I have no idea why. Here is my AVS file:

AviFileSource("movie.avi")
LanczosResize(480,272)
AddBorders(0,104,0,104)
FPS(29.97)

Edit: And I am using the SVCD profile in CCE SP.