Log in

View Full Version : Is it possible to modify VSFilter font size/style ?


Seimour
24th May 2005, 09:07
Hello, I'd like to add some "forced subtitles" to a movie (Traffic), to look like the dvd. I've been able to do this using vsfilter inside the *.avs file, but I'd like to modify (if possible) some values like: disabling shadow, font size and the font itself too (verdana, arial..)

When I wrote the *.avs file ir resembles to this:
LoadPlugin("Path\vsfilter.dll")
TextSub("Path\eng_forced_sub.srt")
Plus the mpeg2source and other filters.

Any good idea?

Dark-Cracker
24th May 2005, 18:43
you can create a .style file (with the same name than the .srt file) and change font size, color and shadow size.

PS : use the search button for more info :)

++

Seimour
24th May 2005, 18:59
ok, thanks ! ;)