digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: TextSub in AviSynth (http://www.digitalfaq.com/archives/avisynth/2253-avisynth-textsub-avisynth.html)

muaddib 01-20-2003 08:13 PM

TextSub in AviSynth
 
I'm trying to use .SUB text file with AviSynth.
I could load and display the subtitles, but I would like to reduce the size of the used font.

From VobSub docs I found that this is the usage of the filter:
Code:

TextSub("path\filename.ext"[, charset[, fps]])
Any one knows what is the charset parameter?

I tried these two scripts and both gave me the exact same output:
TextSub("d:\videos\subfile.sub", 20, 23.97)
and
TextSub("d:\videos\subfile.sub", 12, 23.97)

How can I use a smaller font size with AVS+TextSub?

Boulder 01-23-2003 09:47 AM

Use SubResync from the VobSub package to edit the subs. It saves a style definition file in the same folder where the subtitle file is.

muaddib 01-23-2003 08:58 PM

Just perfect, Boulder!
Thanks a lot! :D


All times are GMT -5. The time now is 06:34 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.