noiv
15th June 2009, 08:57
The 2009 Arctic melting season has started and I want to create an animation based on daily satellite photos. I've checked some tools already, but only AviSynth seems to have the needed functions, at least from the examples I've seen. However, I need some help or better a starting point.
The first photo of this year is available here :
http://rapidfire.sci.gsfc.nasa.gov/subsets/?mosaic=Arctic.2009077.terra.4km.jpg
The photos are actually concatened using several fly-over of the satellite during a day. At this time (18/03/09) the sun light does not reach the pole, that's the shrinking white spot in the middle. I'm only interested in land, ice and sea areas and not in clouds. Fortunately the same photo exists with other colour bands including infra-red.
http://rapidfire.sci.gsfc.nasa.gov/subsets/?mosaic=Arctic.2009077.terra.367.4km.jpg
or from 13/06/09 to see the difference:
http://rapidfire.sci.gsfc.nasa.gov/subsets/?mosaic=Arctic.2009164.terra.367.4km.jpg
This bands (367) allow to distinguish between clouds (white), land (green), sea (dark), ice (light red) and melting ice (dark red).
My idea is to use the first photo (day 77) as picture #1 then copy it to pic #2 and replace everything with day 78 where the band 367 pic of day 78 does not indicate clouds. The result will be the template for pic #3 and so on.
How can this be done with AviSynth?
The photos have enough resolution to get a pretty 720p animation and at the end there will be around 220 pictures. Is it possible to use blending to achieve a smooth animation with dates? Btw. all NASA photos are in the public domain.
Many thanks for any ideas or examples.
The first photo of this year is available here :
http://rapidfire.sci.gsfc.nasa.gov/subsets/?mosaic=Arctic.2009077.terra.4km.jpg
The photos are actually concatened using several fly-over of the satellite during a day. At this time (18/03/09) the sun light does not reach the pole, that's the shrinking white spot in the middle. I'm only interested in land, ice and sea areas and not in clouds. Fortunately the same photo exists with other colour bands including infra-red.
http://rapidfire.sci.gsfc.nasa.gov/subsets/?mosaic=Arctic.2009077.terra.367.4km.jpg
or from 13/06/09 to see the difference:
http://rapidfire.sci.gsfc.nasa.gov/subsets/?mosaic=Arctic.2009164.terra.367.4km.jpg
This bands (367) allow to distinguish between clouds (white), land (green), sea (dark), ice (light red) and melting ice (dark red).
My idea is to use the first photo (day 77) as picture #1 then copy it to pic #2 and replace everything with day 78 where the band 367 pic of day 78 does not indicate clouds. The result will be the template for pic #3 and so on.
How can this be done with AviSynth?
The photos have enough resolution to get a pretty 720p animation and at the end there will be around 220 pictures. Is it possible to use blending to achieve a smooth animation with dates? Btw. all NASA photos are in the public domain.
Many thanks for any ideas or examples.