I'm trying to get permanent subs in my divx and convert it to SVCD using DVD2SVCD. I have added a script like this in my dvd2svcd.ini file.

[AVISYNTH_BiCubicResize With forced subs for avi]
0=LoadPlugin("C:\Program\Tillbehör\Virtualdub 1.4.9\plugins\Subtitler.vdf")
1=BicubicResize(^TargetWidth,^TargetHeight,^b_valu e,^c_value)
2=textsub(!file.sub)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
^b_value=0.33
^c_value=0.33
!file.sub=D:\Musik och Video\Dela ut filer\Subtitles\TheCountOfMonteCristo18font.ass


It all goes well until dvd2svcd loads up TMPGEnc.And i get this error message:
The resolution of the video is illegal
<The window size needs to be set between 8x8 and 5088x4088.
<The with and height of the window needs to be multible of 8.


And in the background where the movie usually appear i can see in BIG letters " LoadPlugin("C:\Program\Tillbehör\Virtualdub 1.4.9 ".

If i don't use "BicubicResize with forced subs for avi" in DVD2SVCD and only convert the movie it all goes well...

So Please anyone, if you have a script that is working tell me ......