arnie.d
12th November 2006, 21:00
I'm trying to add subtitles in avisynth using SubtitleEX. I works OK but I can't get the subtitles centered.
Script example:
subtitleex("Going somewhere, Solo?",firstframe=70656,lastframe=70717,effects="c")
This is what the site says about effects:
"effects" - effects applied to the text (default value: "b").
Following control letter are used for the font and text appearance (order and position in the effects string do not matter):
b - bold
i - italic
u - underlined
c - centered
If I use "b" the subs are bold, "i" and the are italic, "u" and they are underlined, but when I use "c" they are not centered but on the right side of the image. What am I doing wrong?
Script example:
subtitleex("Going somewhere, Solo?",firstframe=70656,lastframe=70717,effects="c")
This is what the site says about effects:
"effects" - effects applied to the text (default value: "b").
Following control letter are used for the font and text appearance (order and position in the effects string do not matter):
b - bold
i - italic
u - underlined
c - centered
If I use "b" the subs are bold, "i" and the are italic, "u" and they are underlined, but when I use "c" they are not centered but on the right side of the image. What am I doing wrong?