-
time remap, play segment of time then skip ahead another segment
Hi All,
Having a little trouble with this one, hopefully someone can help. I have a comp with one really long video in it. What I would like to do is play 1 second, then skip ahead to the next minute and play the first second of it, then skip ahead to the next minute and play the first second, and continue to the end.
Just in case its worth mentioning the fps is 30 also.
Here’s what I’ve been noodling with so far, however it pauses for a second rather than playing.
Thanks!
n = 1798; // play every nth frame
m = 30; // play for this longf = timeToFrames();
p = Math.floor(f/m);
framesToTime(p*n)