PDA

View Full Version : VSFilter.dll problems with \move


NeonEva
21st February 2004, 06:02
Hey, I am using:

January 30th - AviSynth 2.5.5 alpha
VSFilter 2.32
VDub 1.5.10

When I try to use this

{\fad(410,250)}{\move(000,350,250,350[,1050,1050])}

via the TextSub("subs.ssa") [ I only pasted the Effects line, as I know everything else I want to use works ;p ]

With this it just jumps to a place for a few secs, then jumps to final place, no smooth movement at all.

If I load the plugin via the old VobSub method as TextSub in VirtualDub itself it works fine with that \move command.

So just wondering if anybody knows of a solution to the probelm while loading it in AviSynth, or if the \move will up updated and fixed :D

gabest
22nd February 2004, 19:18
[...] means optional parameters, it's just a syntax, you don't have to write the brackets. But there is one more problem, those two optional parameters are the starting/ending times of the move command, if they are equal you won't see anything moving.

NeonEva
22nd February 2004, 23:02
ah, much thanks gabest ^_~

did not think it would be something that simple because it worked in the VDub plugin but not the vsfilter ;/

thanks to the quick reply from the e-mail sent also :D