Log in

View Full Version : .SRT subtitler reader plug-in for Avisynth


ookzDVD
27th June 2002, 09:57
Dear Forum,

Sorry for asking this,
I have the .SRT subtitle file,
is there a plugin which allow me to add the .SRT
in my .AVS ?

Thank you.

Belgabor
27th June 2002, 10:16
TextSub from the VobSub package should.

Cheers
Belgabor

ookzDVD
27th June 2002, 10:35
@Belgabor,

Thank you,
I'll try to use it.

primitive
27th June 2002, 15:35
LoadPlugin("c:\blahblahblah\textsub.vdf")

TextSub("c:\blahblahblah\subtitle.srt")

ookzDVD
28th June 2002, 03:05
Mission Accomplished,

I finally can add the subtitle to my .AVS,
cool, thank you TextSub ;)