Return to Overview

GroIMP Project Gallery

Movie Demo

MovieDemo.png

ID: 67053a40256715cda41c872e

Uploader: dforys

Short Description: Movie demo with two output modes: rendered image and snapshot

How It Works: The mode is selectable by a global flag. <br> The function <i>makeImage()</i> 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: <br> <i>ffmpeg -r 3 -i *.png -b 4000000 out.mpg</i> <br> or with mencoder<br> <i>mencoder -o out.avi -ovc lavc mf://*.png on:w=640:h=480:fps=20</i><br> * To get an animated gif with ImageMagic: <br> <i>convert -delay 70 -loop 0 *.png MovieDemo.gif</i>

Related Models: 67053a3e256715cda41c85c1

Categories: 6705382e256715cda41c7e08

Version: