if (do_name() != 'Home') : ?>
endif ?>
Posted by Tom De Smedt on Jun 09, 2008
The Core Image library has a known memory problem when you export artwork containing Core Image stuff. Each exported frame, the memory footprint will increase until you run out.
As long as we don't find a way to fix that I'd suggest you use an external screen capture tool (like IShowU) to create Core Image movies.
Posted by Tom De Smedt on Jun 27, 2008
include("util/comment.php"); ?>
The Core Image leak occurs when a Cocoa CIImage is copied into an NSImage, in other words when the image data moves from VRAM to RAM. Below are some posts on the subject, though none of the proposed solutions have worked for NodeBox so far:
http://theocacao.com/document.page/350
http://inessential.com/?comments=1&postid=3390
kernel panic by movie export
Posted by toby_ on Jun 04, 2008Dear NodeBox Team,
i just start to make some tests of exporting different animations to check the smooth motion.
And my first try is the hardest i think::
this example of boids shows some itunes like animations.
it is running fine in realtime play.
but if you try to export this as a movie, you will end up in a kernel panic. [save every think before 8)]