We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
looping video (Read 498 times)
looping video
Apr 24th, 2008, 12:38am
 
Hi

I want to make short loops from a video between 0.1s and 2s, and need to be able to change both the loop size and the place in the video to loop.

The only way i came up to do this is to use the method jump in the class Movie, wanting a loop period before calling jump() again. Are there other ways to do this ?

Also the looping needs to be synchronized with a trigger coming from supercollider. I've registered a osc responder that gives a jump() command each time a trigger comes from supercollider, but when the trigger period starts to go below 1 second the precessing video window simply crashes with a message "Invalid memory access of location ffffffff eip=9698c30e". Any idea what is going on ?

thanks
Miguel Negrão
Page Index Toggle Pages: 1