Thursday, April 23, 2009

Sphere Movie

I made my first movie! I build a script to render the images, converted them to png and then used ffmpeg to smoosh them together into a .mov:

http://cs.unm.edu/~jbowles/cs413/ani.mov

Here's the command line I used to build the movie:

ffmpeg -f image2 -i %04d-ani.png -r 25 -b 10000k -s 640x360 ani.mov

No comments:

Post a Comment