Log in

View Full Version : Access a clip in another ScriptEnvironment


gispos
15th November 2020, 22:24
I want to access a clip that is in another ScriptEnvironment. Is it possible to do this with Avisynth functions?
So not on script but on programming level (avs_set_var or similar)

pinterf
16th November 2020, 09:19
I want to access a clip that is in another ScriptEnvironment. Is it possible to do this with Avisynth functions?
So not on script but on programming level (avs_set_var or similar)
You can use avs_take_clip and avs_release_clip (http://avisynth.nl/index.php/Filter_SDK/CMerge)

gispos
16th November 2020, 17:23
Thanks