Log in

View Full Version : question on editing dvd2svcd.ini


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

markrb
1st December 2002, 20:48
Instead of editing the ini file just click on the setting in DVD2SVCD and change it there.
It's on the Frameserver Tab next to Bicubic and addborders you will see parameters and then ... click on the ... this will bring up a popup you can modify.

If you do want to modify any of the INI files may I suggest you copy it to DVD2SVCD-Copy.ini and modify that one instead. Then just load the copy so you always have the original.

Mark