Thread: Avisynth+
View Single Post
Old 19th August 2019, 23:19   #4818  |  Link
VoodooFX
Banana User
 
VoodooFX's Avatar
 
Join Date: Sep 2008
Posts: 985
It goes slower in some geometric progression with every xClip block, AVS 2.6 loads it in a second, when AVS+ runs script faster than AVS (I think). If it helps: PseudoParse() is AnalyzeLogo(), PseudoSetting() is ImageWriter(), PseudoJob() is DeblendLogo() from AVSInpaint.

Actual script will be more confusing without manual(yet), and I want to solve few other issues before publishing it.

PS:
Replacing to: aClip = Clip, bClip = Clip - just makes script 3 times faster to load. Remove all those "inception" blocks and AVS+ still is significantly slower at loading.

Last edited by VoodooFX; 20th August 2019 at 00:28.
VoodooFX is offline