svcd_neophyte
1st December 2002, 16:09
im planning to convert a couple of avi's to svcd using the batch mode, i need to resize each avi file which is impossible for a batch mode avi2svcd. My question is can i edit the dvd2svcd.ini and just put the values on each area of the Bicubic Resize and Add Borders?
like these?
0=BicubicResize(480,288,0.0,0.6)
1=AddBorders(0,96,0,96)
here's the normal avisynth script for bicubic resize
[AVISYNTH_BicubicResize]
0=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
^b_value=0.0
^c_value=0.6
thanks in advance.
svcd_neophyte
like these?
0=BicubicResize(480,288,0.0,0.6)
1=AddBorders(0,96,0,96)
here's the normal avisynth script for bicubic resize
[AVISYNTH_BicubicResize]
0=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
^b_value=0.0
^c_value=0.6
thanks in advance.
svcd_neophyte