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
very simple movie question (Read 825 times)
very simple movie question
Jun 24th, 2009, 11:26am
 
hallo, I'm new to Processing.

I tried looking at the movie library but couldn't understand the correct code.

I just need to load a movie file by clicking the mouse

actually I also need  to resize it and place it in precise spot but i don't know if that's possible.

anyone can help me?
Re: very simple movie question
Reply #1 - Jun 24th, 2009, 2:12pm
 
I went a bit further and now the problem is how to make the video go away, cause it just stops but won't go away. didn't find any direct command in the reference, I was thinking of putting a black video on top of it but for sure this is not the smartest idea.
also didn't check if the size of the clip depends on the format size you save the video file in the first instance.i keep going


Re: very simple movie question
Reply #2 - Jun 26th, 2009, 7:27am
 
mostly depends on your code, but normally a background(0); will erase everything Smiley
Page Index Toggle Pages: 1