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
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