SVCD4Me
30th December 2002, 12:12
Hi all,
I'm re-encoding NTSC SVCD's for DVD and I just have one little question. The SVCD's were all encoded at 480x320? with borders on top and bottom. I'm using the following AVS...
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("G:\DVD2SV~1\DVD2AV~1.D2V")
LoadPlugin("C:\Program Files\DVD2SVCD\SimpleResize\SimpleResize.dll")
Crop(0,100,-0,-100)
SimpleResize(352,280)
Addborders(0,100,0,100)
ResampleAudio(44100)
Now for the question. If I crop 100(or 80) from top/bottom, then resize from there does it throw my aspect ratio off? It seems to me that this is correct, but it wouldn't be the first time I was way off. The movie looks right to me.
I'm re-encoding NTSC SVCD's for DVD and I just have one little question. The SVCD's were all encoded at 480x320? with borders on top and bottom. I'm using the following AVS...
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("G:\DVD2SV~1\DVD2AV~1.D2V")
LoadPlugin("C:\Program Files\DVD2SVCD\SimpleResize\SimpleResize.dll")
Crop(0,100,-0,-100)
SimpleResize(352,280)
Addborders(0,100,0,100)
ResampleAudio(44100)
Now for the question. If I crop 100(or 80) from top/bottom, then resize from there does it throw my aspect ratio off? It seems to me that this is correct, but it wouldn't be the first time I was way off. The movie looks right to me.