DOWNLOAD: MovieDemo.gsz
SOURCECODE: MovieDemo/
DATE: 01.10.2010
AUTHOR: M. Henke
HOW IT WORKS:
The mode is selectable by a global flag.
The function makeImage() makes an image of the actual scene and afterwards it runs run-function one time. The result is a set of images which needs to be connected afterward to a video sequence or anny other animation.
The mode is selectable by a global flag.
The function makeImage() makes an image of the actual scene and afterwards it runs run-function one time. The result is a set of images which needs to be connected afterward to a video sequence or anny other animation.
THINGS TO NOTICE:
* To create a video with ffmpeg:
ffmpeg -r 3 -i *.png -b 4000000 out.mpg
or with mencoder
mencoder -o out.avi -ovc lavc mf://*.png on:w=640:h=480:fps=20
* To get an animated gif with ImageMagic:
convert -delay 70 -loop 0 *.png MovieDemo.gif
* To create a video with ffmpeg:
ffmpeg -r 3 -i *.png -b 4000000 out.mpg
or with mencoder
mencoder -o out.avi -ovc lavc mf://*.png on:w=640:h=480:fps=20
* To get an animated gif with ImageMagic:
convert -delay 70 -loop 0 *.png MovieDemo.gif
RELATED MODELS:
antMovie
antMovie
GroGra/GroIMP
