Jitter Video Jump-cutter
Hey I am wondering if Jitter can be used to randomize the timestamp of a single video during playback. ie: every 5 seconds jump to a new random timestamp in the video. Drunk could also be fun to break up an action into non-linear parts. Would really appreciate thoughts!
ya, go into the 'jit.movie' helpfile, check out the "frame" tab:
you can set the argument to "@autostart 1"(to get the movie playing/looping), click the "read blading.mov" message to load in the vid, then play around with the "frame $1, bang", "frame_true $1, bang",
or even "jump $1, bang"... from there, you can apply the 'random' or 'drunk' object as input to those messages.
hope it helps 🍻
Hey thank you for this. YOU tha bomb!