Closed zorrozork closed 3 years ago
Please check the updated version.
Thanks, but the latest version gives me Script error: ScriptClip does not have a named argument "args". This is on AviSynth+ 3.7.0 (r3382).
GRunT is required for ScriptClip with "args".
Anyway updated GMSD to use internal ScripClip so GRunT no needed.
It's working perfectly! Thanks!
I tried to calculate GMSD twice in the same script, first one between clips A and B and second one between clips A and C. It seems that due to quality_map being a global variable both comparisons return the same value, whichever was calculated last.
Is it possible to implement the function without the global variable?