Page 1 of 1

Ep.8 Color Cycling

Posted: Mon Jun 29, 2020 10:33 pm
by muadib
Upload your homework logo images/anims here!

Here's how to use the free FFMPEG tool for creating GIFs on the command line.
If your .tga image sequence is named, for example, seq_001.tga, seq_002.tga etc., then you type this for a 320x240 GIF anim:

Code: Select all

ffmpeg -i seq_%03d -s 320x240 sequence.gif
Episode's link with timing: https://amigaraytracers.com/webcourse/008.php

Re: Ep.8 Color Cycling

Posted: Tue Jun 30, 2020 11:06 am
by muadib
Here's an example from the episode:
ColorCycling_low.gif