Hotte
28th June 2020, 20:32
Hi,
I like to create a transition with overlay only and current_frame as trigger. For example if the transition takes 20 frames I would like to go
from clpNew = Overlay(clpOld,clpNew,opacity=0.05)
to: clpNew = Overlay(clpOld,clpNew,opacity=1.0)
I know to access current_frame I need to use ScriptClip, but I do not succeed to get even a simple statement to work. This crashes:
clpNew = ScriptClip(clpOld,"""Overlay(clpOld,clpNew,opacity=0.05)""")
Can sbdy help ?
I like to create a transition with overlay only and current_frame as trigger. For example if the transition takes 20 frames I would like to go
from clpNew = Overlay(clpOld,clpNew,opacity=0.05)
to: clpNew = Overlay(clpOld,clpNew,opacity=1.0)
I know to access current_frame I need to use ScriptClip, but I do not succeed to get even a simple statement to work. This crashes:
clpNew = ScriptClip(clpOld,"""Overlay(clpOld,clpNew,opacity=0.05)""")
Can sbdy help ?