[Radiance-general] Creating movie from still images

James Lee canoe at onetel.com
Sat Feb 5 10:55:18 CET 2005


On 04/02/05, 20:51:54, judy lai <jlai at lbl.gov> wrote regarding 
[Radiance-general] Creating movie from still images:

> is there a command (or series of commands) in unix that can generate a
> movie/animation from a series of still images (.gif, .jpg, .tif)?
> I need to automate the generation of a movie with scripts.

For simple sequences I use Imagemagik's convert to make an mng from 
jpegs.

    convert -delay 8 pic_??.jpeg animation.mng

I view with the contrib mngview from the libmng distribution or view
with a capable web browser.


Refs:
http://www.imagemagick.org/
http://www.libmng.com/



More information about the Radiance-general mailing list