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?
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?