View Single Post
Old 5th August 2012, 20:49   #7  |  Link
jmac698
Registered User
 
Join Date: Jan 2006
Posts: 1,867
No, he has a point. Why would a language not execute certain commands? The answer lies in the type of optimizing Avisynth does. It tries hard to not run filters when it doesn't have to. It also has a cache system of processed frames. The most hasic example is SelectEvery. This will process only the frames requested.

The way around this is to ensure that all frames are requested.
Check out the call plugin which can call any other program from script.

Again, ImageMagick has it's own script language.
jmac698 is offline   Reply With Quote