-
stop motion with timewarp
Hi!
I don’t really know if this is possible…
Due to the nature of the project, I have to use an adjustment layer with timewarp effect applied to it. Timewarp’s speed is controlled by an external slider, with an expression like this:
value+comp("control").layer("control").effect("speed")("Slider")(so the default value of the slider is 0)
So, the question is… is it possible to add an expression to have a desired fps and played each Nth frame?
Basically is getting having like this
n = 2;
m = 2;
f = timeToFrames();
p = Math.floor(f/m);
framesToTime(p*n)
but applied to the slider controller of the timewarp’s speed instead of using time remapping…thanks!
Sorry, there were no replies found.