<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>RE: [Gdal-dev] Animation?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>-----Original Message-----<BR>
From: gdal-dev-bounces@lists.maptools.org on behalf of Andy Bunn<BR>
Sent: Mon 20/03/2006 20:05<BR>
To: gdal-dev@lists.maptools.org<BR>
Subject: [Gdal-dev] Animation?<BR>
<BR>
List: Any way to animate a flipbook of GeoTifs to an AVI on windows?<BR>
<BR>
Thanks in advance.<BR>
-Andy<BR>
~~~~~~~~~~~~~~~~~~<BR>
<BR>
Given a directory with:<BR>
abunn@AndysD600 /cygdrive/y/PRISM/daily_adj/tmax_clipped_proj<BR>
$ ls | head<BR>
tmax_20040101.tif<BR>
tmax_20040102.tif<BR>
tmax_20040103.tif<BR>
tmax_20040104.tif<BR>
tmax_20040105.tif<BR>
tmax_20040106.tif<BR>
tmax_20040107.tif<BR>
tmax_20040108.tif<BR>
tmax_20040109.tif<BR>
tmax_20040110.tif<BR>
<BR>
where each of 365 tiffs is nice and small at 133kb:<BR>
&lt;snip&gt;<BR>
<BR>
Hi,<BR>
<BR>
we have just done this using MapServer WCS / GDAL on the server side, and IDL on the client side (though you could use Java / Python) any temporal OGC client.<BR>
<BR>
The fact that you have got 16 bit data precludes using normal AVI software, also you will want to do frame interpolation for a smooth effect.<BR>
<BR>
We used the temporal dimension of OGC WCS (implemented in MapServer) to serve the tifs, and then created an OGC temporal WCS client, I believe there are quite a few around in addition to ours.<BR>
<BR>
Full details of serving temporal data is here anyway<BR>
<BR>
<A HREF="http://mapserver.gis.umn.edu/docs/howto/WCSServerFormatHowTo">http://mapserver.gis.umn.edu/docs/howto/WCSServerFormatHowTo</A><BR>
<BR>
and a list of OGC WCS clients that were developed for GALEON (some commercial some not, most supporting temporal animation) is here<BR>
<BR>
<A HREF="http://galeon-wcs.jot.com/WikiHome">http://galeon-wcs.jot.com/WikiHome</A><BR>
<BR>
Hope this helps,<BR>
<BR>
Norman</FONT>
</P>

</BODY>
</HTML>