PDA

View Full Version : VSFilter: possible to increase subtitle size..?


bucketbuster
14th August 2005, 15:41
Hi all,

this is my first post in this great forum.

I was wondering if it is possible to increase the font size of the subtitles?
I want to increase them, because on my TV they look rather small.
My .avs looks like this:

DirectShowSource("moviename.avi",fps=XX)
TextSub("moviename.srt")

Dark-Cracker
14th August 2005, 20:22
hi,

made a quick search and u will have the answer.
basicly you need to create a .style file with the same name than your subtitle ("moviename.style") and in the same folder.
in this .style file you can select the font, size and color.

PS : open your .srt file with subresynch.exe (bundle in the old vobsub v2.23) and it can create the .style file for you.

++

bucketbuster
14th August 2005, 20:30
OK, thank you ;)