WRF output animated output either gif or mpg using NCL

From: Dierk Polzin <dtpolzin_at_nyahnyahspammersnyahnyah>
Date: Fri, 10 Apr 2009 16:32:58 -0500

Hey NCL-Talk:
 From what I read below from a previous post and the FAQ..

These are the two good options for producing animated, also Quicktime
Pro I suppose..

ImageMagick is somewhat of a pain to install with required dependencies.

Anything else?
thanks, Dierk
>
> Hello,
>
> For animation options in addition to idt (and
> also cross-platform):
>
>
> (1)
> With Imagemagick's convert function you can
> make animated gif files via
>
> convert -delay 100 *.gif -loop 0 movie.gif
> or
> convert -delay 100 *.png -loop 0 movie.gif
> etc.
>
>
> (2)
> With NCL's ability to make PDF documents, you
> can show a PDF animation via the following in
> Adobe Acrobat Reader:
>
>
>> From the Edit Menu:
>>
> Preferences
> Full Screen
> * Loop after last page
> * Advance every N seconds
>
> Then enter Full Screen mode via ^L or from the
> View menu select "Full Screen", to see the movie.
>
> You can also zoom in on an image using various
> zoom options.
>
> The ability of NCL to make PDF files is very useful.
> These files allow zooming of a vector graphics file,
> rotation of pages, movies, selecting pages via
> thumbnails, printing preferences (selected pages), etc.
>
> Bruce

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Dierk Polzin
    mailto:dtpolzin_at_wisc.edu 608-334-3574 cell
   Skype: saildirk
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Apr 10 2009 - 15:32:58 MDT

This archive was generated by hypermail 2.2.0 : Mon Apr 20 2009 - 09:36:23 MDT