-
Dan, assistance with your strobe dissolve expression
I found this post on “strobe dissolve” expression you wrote.
https://forums.creativecow.net/archivethread/2/524558#524564
I love it. It’s just what I’m looking for.However
I’m trying to get it to work for me and I’m not understanding the expression well enough to change it.It’s the hold time I feel like I have no control over.
I want to time stretch to 150%, posterize time = 1, that makes the frame hold for about a second and a half.
and fade time to .5It doesn’t seem to be working.
timeStretch = 150; // layer time strech (percent)
fadeTime = .5; //fade time (seconds)holdTime = (1/effect(“Posterize Time”).param(“Frame Rate”))*timeStretch/100;
t = time % holdTime;
fadeStart = holdTime – fadeTime;
linear(t,fadeStart,holdTime,100,0)Is there something I’m doing wrong?