Log in

View Full Version : For Next Loop usage Problem


tianchao
12th January 2010, 03:38
Dear:
I am a rookie on avisynth.
I want to process a video clip by 16x16 or 32x32 blocks. Basic idea is crop it, and then Stackhorizontal/StackVertical the blocks. When I use ForNext loop, the error is """script error: there is no function named "fornext" """.
Could anyone help me with this problem? Thanks.

hanfrunz
12th January 2010, 10:48
there is no for next loop in plain avisynth. But i think there is an external filter that can add this feature. :search:

Gavino
12th January 2010, 11:14
See GScript.

tianchao
13th January 2010, 02:35
thanks a lot, it is very helpful.