I'm having a problem with avisynth and textsub. Everything works all right, I've have the subtitles on the movie, but they are huge!

I work with ssa subtitles, using subresync to edit font, colors and size, but nothing seems to help. The movie always have huge subtitles.

I'm using the following entries on avisynth script:

LoadPlugin("c:\xxxxxx\textsub.vdf")
Textsub("c:\xxxxxxx\subtitle.ssa")

Any ideas? Thanks.