Log in

View Full Version : Maybe Bug in "Animate"


krieger2005
6th October 2006, 00:22
Hallo,

Maybe someone can see a script-error. I wrote a script and used "Animate", but it does not work as it should. Here the simpelst Script i can imagine to show the Problem:
avisource("XY.avi")
Animate(0,framecount-1, "QQ",-8,-8)
return last

function QQ(clip c, int a){
subtitle(c, string(a))
}

Now the Problem: As you see Animate call just "QQ", which write down the argument. But the Argument change from -8 (on frame 0) to -7 (rest of the frames). As i can see the happen always with negative values.

I use Avisynth 2.56. Is this a bug?

IanB
6th October 2006, 03:54
Yes and it has been fix in 2.5.7

Try the release candidate 2.5.7-RC1

krieger2005
6th October 2006, 11:58
Thank you IanB.