Exploding Sphere Animation

Nikolaus Gradwohl2011-06-08T05:52:03+02:00

This animation is my Day8 project for 30daysofcreativity

This is a animation I made with processing and the hemesh-library. I generated the frames with the processing sketch and exported them using the saveFrame function. The sounds are created using PureData. The explosion is based on a patch from the book designing sound by Andy Farnell - a really really great book, everybody who is needs sound effects for videogames or films should read this book.

click here to download the source of the processing sketch and the pure-data patches

The sketch generates 703 frames named frame0000.png to frame0703.png in the sketchfolder which I combiened to a video using mencode

mencoder "mf://*.png" -mf fps=40 -o output.avi -ovc lavc

Running the pure-data patch generates a file named sound.wav which can be added to the video using ffmpeg

ffmpeg -i output.avi -i sound/sound.wav -map 0:0 -map 1:0 -acodec libmp3lame -vcodec copy explosion.avi
Tweet This! submit to reddit Digg!   Tags: | no comments | no trackbacks

Trackbacks

Comments

Leave a response

Leave a comment