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
About void draw() in top of a movie? (Read 532 times)
About void draw() in top of a movie?
Mar 8th, 2009, 12:39pm
 
Hello,

I am hoping someone can answer this question.

Does anyone know the steps and libraries that one should
do and have to be able to
set some processing draw() function in top of a movie?  


I want to be able to see the video I imported but in certain areas of the video have for example ellipses forming constanly.  noFill() so I can see through the
ellipses, the video.  And then export it all into a video file.            

Can you do this? if so, please share the info.
Re: About void draw() in top of a movie?
Reply #1 - Apr 18th, 2009, 5:50pm
 
you should check the reference for the video library [reference > libraries > video].

you can retrieve a video, output it, manipulate it within the draw function, and export the result as a movie, for example.

if you need further help please share your idea in more details and i would be glad to help you.
Page Index Toggle Pages: 1