PDA

View Full Version : error in ass subtitles with VSFilter


MasterYoshidino
24th May 2003, 20:57
Ummm I don't quite get it why I am getting the subs unanimated ...
In 2.07 the textsub.vdf renders the subs flawlessly but in 2.50 all I got was jerked up subs, without transition ...

LoadPlugin("C:\Program Files\Gabest\Vobsub\VSFilter.dll") #this is for 2.5
LoadPlugin("C:\DVD FILES\VirtualDub\plugins\textsub.vdf") #this is for 2.07
BlankClip(length=170,width=640,height=352,fps=23.974)
TextSub("something.ssa")

I made a quick set of 2 avi files that show the difference, and also the ssa script used.
http://membres.lycos.fr/etchianime/stuff.htm


glitch in VSFilter???

WyldeF1r3
24th May 2003, 22:38
make sure for all styles specified in the ssa you have the correct fonts for them. When I didn't one time, the text refused to animate. That might be the problem

gabest
25th May 2003, 11:32
"\t([1,1,][1,]"

The [ ] chars just mean that those parameters are optional, you don't have to put them there in the script.

Secondly, animating it for 1 ms to 1 ms doesn't make any sense, just like the accelearation value 1, which would be the default without writing it there.

I say just do a quick search and replace in notepad and remove all of these: "[1,1,][1,]" and "[1,1,]".

MasterYoshidino
25th May 2003, 16:04
oh so the old format was somehow reading them differently :)
thx lol, I hate the docs for the ass format, not quite detailed :D
will test as soon as I can change versions (doh I'm using 2.07 atm :p)
edit: yay, removing those stupid 1's did it, thx :)
never understood what they meant (old docs said they were mods so that "1" was linear but it seems in 2.5 they are ms values ...)