View Full Version : Any way to change font in Vobsub2.23 for permanent subs via Avisynth2.54?
nFury8
11th March 2004, 15:55
No matter how much I've searched, there seems to be no way of changing the font style through Vobsub via Avisynth. If this is not possible through vobsub, is there a workaround that would allow changing the font that is used by vobsub by default and still lets me use avisynth so I can encode permanent subs? :(
ppera2
11th March 2004, 16:32
Not exactly sure that understand you 100%.
But you may put permanent subs into video with Vsfilter (it was VobSub's Textsub former).
Convert your textbased sub into SSA format with Subresync, where you can set font, size, color, pos etc...
AVISynth script is something like this:
LoadPlugin("F:\Program Files\Gordian Knot\Vsfilter.dll")
Avisource("G:\Movie.avi") #or whatever source
# SUBTITLES
TextSub("E:\Title.ssa")
nFury8
12th March 2004, 02:09
Originally posted by ppera2
Not exactly sure that understand you 100%.
But you may put permanent subs into video with Vsfilter (it was VobSub's Textsub former).
Convert your textbased sub into SSA format with Subresync, where you can set font, size, color, pos etc...
AVISynth script is something like this:
LoadPlugin("F:\Program Files\Gordian Knot\Vsfilter.dll")
Avisource("G:\Movie.avi") #or whatever source
# SUBTITLES
TextSub("E:\Title.ssa")
Aahh, that's it. It worked. Thanks a lot, sire.:)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.