Log in

View Full Version : Permanent Subtitles with AVI2SVCD


BillHassall
4th May 2005, 16:52
I am trying to convert an AVI to SVCD and add permanent subtitles using the latest version of DVD2SVCD and D2sRoba. I have added the following entry to the framservers option

0=Import(!RoBaConditional.avs)
1=LoadPlugin("C:\Program Files\Gabest\VobSub\textsub.vdf")
2=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
4=textsub(!.sub)
!RoBaConditional.avs=C:\Program Files\DVD2SVCD\Tylo\RoBaConditional.avs
^b_value=0.6
^c_value=0.6
!.sub=F:\Agent\Oldboy\Oldboy.sub

I keep getting a messgae saying frame size 876 x 56 is not supported, if I use the normal entry without subtitles, everything works OK. The subtitles are in a .sub format.

Hope someone can help

Bill