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 & HelpVideo Capture,  Movie Playback,  Vision Libraries › Use MovieMaker class for full screen video capture
Page Index Toggle Pages: 1
Use MovieMaker class for full screen video capture (Read 591 times)
Use MovieMaker class for full screen video capture
Jun 27th, 2009, 9:56am
 
hi,

i'm trying to use the MovieMaker class to create a screencast video (full screen). My problem is that the single screenshots are not added fast enough to the movie, so i'm having memory problems with longer videos.

My app takes screenshots every 50 ms, adds the BufferedImage to an linked list. Another thread constantly gets the last image from the buffer and adds it the the videotrack.


Does anyone know if it should be possible to add a fullscreen screenshot (1440x900) to a videotrack in under 50 ms?
Page Index Toggle Pages: 1