Log in

View Full Version : Textsub not a 2.5 plugin?


YY1020
6th June 2003, 10:59
I have one avs file and write this thing!!!please see see and response my question~~

#
# Created with Gordian Knot
#
# http://gknot.doom9.org
#
# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\decomb.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\Convolution3d.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\FluxSmooth.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\TomsMoComp.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\VSFilter.dll")
LoadPlugin("C:\PROGRA~1\Gabest\VobSub\textsub.vdf")

# SOURCE
avisource("XXXXXXX.avi")
#
# SUBTITLES
textsub("xxxxxxxxxxxxxxxxxxx.ssa")
#

Q??
When i save this avs file and used VD Mod open the file will appear this word!!
(Plugin C:\PROGRA~1\Gabest\Vobsub\text.vdf is not an AviSynth 2.5 plugin.)
Why i need used this filter(textsub.vdf),because if i didn"t used textsub.vdf.....when i preview a anime.The word font isn't i need,but when i didn't used VD Mod open avs file,only used open a anime's raw and append a sub file,it didn't had this problem(Means i see that fonts is i needed)

Wilbert
6th June 2003, 11:06
textsub.vdf is an AviSynth v2.0x plugin. Just use the textsub contained in vsfilter.dll:


LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\decomb.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\VSFilter.dll")

avisource("XXXXXXX.avi")
textsub("xxxxxxxxxxxxxxxxxxx.ssa")

YY1020
6th June 2003, 11:20
But if i only used vsfilter,the word fonts isn't i needed.....so,what can i do????