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.
IndexProgramming Questions & HelpPrograms › simple png sequence export to mov
Page Index Toggle Pages: 1
simple png sequence export to mov (Read 1029 times)
simple png sequence export to mov
Oct 17th, 2009, 10:22am
 
Hi , i need to do this :

a program where i input a png sequence and it exports it as a mov at 25 fps

the only tricky thing is that they are pngs with alpha  and,
the frames are being added on top of each other, like you would see if you imported the whole sequence is photoshop layers.


but you see the animation in time , not just one frame.


Im doing a splatter of paint to a wall in 3d, so i need this animation to simulate the wall being painted by the splatter.

can you give me any clues on how to do this ?
thanx!

Re: simple png sequence export to mov
Reply #1 - Oct 17th, 2009, 10:43am
 
I am not sure to see where the problem is. If you don't want to see the transparency of PNG images, just draw them over a background, and use the resulting image. No?
Re: simple png sequence export to mov
Reply #2 - Oct 17th, 2009, 11:14am
 
PhiLho  wrote on Oct 17th, 2009, 10:43am:
I am not sure to see where the problem is. If you don't want to see the transparency of PNG images, just draw them over a background, and use the resulting image. No



yep thats right , but i dont know how to start ,

i do  a void setup , then a void draw ,

then i use the piimage function right

and then just use the save image function


ill post my code,

these are the original:
http://www.vimeo.com/7116117

and what i want :
http://www.vimeo.com/7116132
i did this manually but is too much work.
Page Index Toggle Pages: 1