Savings GrADS Animations

Mandelli Alessandro mandelli.alessandro at TISCALI.IT
Sun Mar 13 05:17:13 EST 2005


Robert H Crabtree wrote:
> Hello,
> Does anyone know how I can save or convert a GrADS animation to an avi
> or similar file type? The manual only covers how to save a single
> frame.

Download Imagemagick from http://www.imagemagick.org/ , install it.

Save each frame (e.g. cape_0.png, cape_6.png, etc.).
Run the command:

ga-> !convert -delay 60 cape_0.png cape_6.png cape_12.png cape_18.png
-delay 250 cape_24.png cape.gif

This will create an animated gif (cape.gif) made up of 5 frames, last of
which having a longer delay (250ms).



More information about the gradsusr mailing list