Generate Game of Life animation

useful tips

// scenario

Generate a Conway's Game of Life cellular automaton animation from scratch.

// shell

$ ffmpeg -f lavfi -i life=s=320x240:mold=10:r=30:ratio=0.5:death_color=#C83232:life_color=#00ff00 -t 10 output.mp4