Log in

View Full Version : resize movie


greencrock
7th February 2003, 16:46
Hi

I have a movie which is 640 x 352 and I am wanting to re-encode it to DVD format. I have encoded SVCD's with 480 x 480 in the past using the following script but I didn't really understand it :

LoadPlugin("C:\PROGRAM FILES\DVD-RIP\AVISYNTH\MPEG2DEC.DLL")
mpeg2source("d:\image\vobs\MYFILE.d2v")
BicubicResize(720,640)
crop(0,80,720,480)
ResampleAudio(44100)

Could someone please point me in the right direction.

Thanks

markrb
7th February 2003, 20:01
This is more a function of avisynth which has it's own forum.

Mark

fozzieee
7th February 2003, 20:38
Load the file into a program called "fitcd" and check the DVD box m8, it will automatically generate your CCE script, including correct resize parameters ;)