Talk:Animate
From Avisynth
This is my first post in this wiki.
I have a problem when testing the first examples. I have windows avisynth 2.58.
The following statement does not work for me.
Animate(100,200,"BicubicResize", clip,320,240,0,0,320,240, clip,320,240,120,90,80,60)
When I replace BicubicResizeItalic text with Lanczos4Resize then it works. It seems to me that the number of arguments is wrong.
Can the author of this examples please clarify this.

