PDA

View Full Version : TextSub filter - Charset


Delta2
4th March 2008, 16:48
Hi

Where can I get the Charset codes to use with TextSub filter (AVISYNTH) ?

MrC
17th March 2008, 18:00
I am interested in too.

More: how can I format a TextSub imported subtitles? I mean font, size, color, etc.

:confused: :)

Bye

KoD
18th March 2008, 11:02
Create a utf-8 .ass file in Aegisub and use it. No need to mess with charsets, since utf-8 is able to encode all the characters you might use.

jiifurusu
3rd April 2008, 00:12
Actually charset (text encoding) still has a use on Windows, unfortunately. Some fonts can't display all characters correctly unless the encoding is set right. Yes, even for Unicode text. (The problem shows for fonts that don't have Unicode tables.)

The Encoding values are those of the Win32 API. I don't have a list of them handy, but if you use Aegisub you can easily pick the right one from a list. (You might want to try using the encoding 1, that's "default" and supposedly can auto-detect to some degree.)