PDA

View Full Version : What formats does TextSub support?


Snollygoster
14th February 2003, 22:29
Can someone please list all the subtitle formats and their extensions that TextSub supports?

Dark-Cracker
14th February 2003, 22:48
.sub,.srt,.ssa,.smi,.ass

read the file : readme.txt bundle with these filter it will avoid to post and useless msg :)

Bye.

Snollygoster
14th February 2003, 22:53
Originally posted by Dark-Cracker
.sub,.srt,.ssa,.smi,.ass

read the file : readme.txt bundle with these filter it will avoid to post and useless msg :)

Bye.

This is the textsub Readme

This is a plugin/filter for adding textual subtitles to video.

- The supported plugin interfaces are virtualdub's and avisynth's.

- Using it as a virtualdub plugin, it will reload the source file when it changes (even while encoding!).

- Avisynth usage:

LoadPlugin("textsub.vdf")
TextSub("path\filename.ext"[, charset[, fps]])

Dark-Cracker
14th February 2003, 23:36
This is the "supported formats.txt" :

There are two kinds of subtitle formats which the vobsub package can deal with:
1. vobsub ripped: idx/sub[/rar]
2. textual: srt, sub, psb, smi, ssa, ass

# of subtype you can use in
- VobSub: 1
- Textsub: 2
- Subresync: 1, 2
- DVobSub: 1, 2

......