Using ffmpeg to visualize advent of code

Oct 20, 2023

https://sjmulder.nl/2022/aoc-ffmpeg.html

Clever idea for how to use ffmpeg by piping frames to it; seems like it might be a nice way to visualize things without having to convert your entire program to a graphics main loop.

Examples given in C, would be interesting to see how it works in python

↑ up