PDA

View Full Version : ''Fancier' program than TextSub required


asarian
2nd December 2008, 23:28
In an AviSynth script, you can use TextSub (it's what RipBot264 does, for instance). I wonder if there are better programs, though, that allow you to set font-size, font-family, styling, color, etc. TextSub really seems rather limited in this regard, but works nicely within an AVS script.

Thanks

linyx
3rd December 2008, 00:04
I think you can change those settings by configuring the textsub dll (VSFilter.dll).

asarian
3rd December 2008, 00:17
I think you can change those settings by configuring the textsub dll (VSFilter.dll).

Thanks! I see a "Default.style" file in the dir that has VSFilter.dll; seems to have a lot of options. :) I think this is just what the Doctor ordered! :) Thanks, again.