ritmo2k
8th January 2002, 01:00
OK, i see that dvd2svcd makes an avs for a 16x9 non anamorphic(not that I know it matters) that says:
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("D:\svcdtemp\DVD2AVI_Project_file.d2v")
BiCubicResize(480,360,0.00,0.75)
AddBorders(0,60,0,60)
Am I understanding this right: 480x360 has an aspect ratio of 4:3.
So to add space to fill the std, it adds 2 borders at 60, to bring it to 480x480.
So along this line, what if I want to make an mpeg1 for a vcd manually this way? I need to end up at 352x240. What do i resize it to, and then I suppose if the above asumption is right, i can figure out what to add.
Also, how do you pass an avs to CCE without manually creating an ecl(blah).
Thanks!
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("D:\svcdtemp\DVD2AVI_Project_file.d2v")
BiCubicResize(480,360,0.00,0.75)
AddBorders(0,60,0,60)
Am I understanding this right: 480x360 has an aspect ratio of 4:3.
So to add space to fill the std, it adds 2 borders at 60, to bring it to 480x480.
So along this line, what if I want to make an mpeg1 for a vcd manually this way? I need to end up at 352x240. What do i resize it to, and then I suppose if the above asumption is right, i can figure out what to add.
Also, how do you pass an avs to CCE without manually creating an ecl(blah).
Thanks!