Fade between 2 sets of images for an animation.
Posted: 2018-08-17T13:22:10-07:00
So, I have an animation I rendered twice, one where it's in a map of daytime and one in a nighttime equivalent map. The animation has frames numbered ani1_000000 to ani1_007199 for both daytime and nighttime. What I want to do is generate an entirely new set of images where at the beginning it's daytime (frame 000000) and at the end it's nighttime (frame 007199). I want it to be equivalent to loading up 7200 images with X being the number of nighttime images (where X is also the frane number) and 7199-X being the number of daytime images, and averaging them all. Except, my PC wouldn't have enough memory to do that, so what would be a more efficient method of doing this?