Ep.8 Color Cycling

We will be submitting our homework for every episode here.
Post Reply
User avatar
muadib
Site Admin
Posts: 168
Joined: Fri Jun 15, 2018 7:26 pm

Ep.8 Color Cycling

Post 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
- muadib
User avatar
muadib
Site Admin
Posts: 168
Joined: Fri Jun 15, 2018 7:26 pm

Re: Ep.8 Color Cycling

Post by muadib »

Here's an example from the episode:
ColorCycling_low.gif
You do not have the required permissions to view the files attached to this post.
- muadib
Post Reply