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
Making video of frames (Read 364 times)
Making video of frames
May 11th, 2009, 1:48am
 
Hello,

I'm looking for a solution to create a video file from several frames.
All libraries I found are platform dependent (f.e. using quicktime codecs) or generate huge java objects, so that I get a heap exception (even if I use only a few frames).

It would be the best, if I can write every frame when it appears directly to the disk in an appropriate file container and finalize the video file when the animation ends.
Does anyone know such a library or has a good solution for this problem?
The last three weeks I was looking for something like that, but unfortunately I found nothing usable.
Page Index Toggle Pages: 1