https://observablehq.com/@codingwithfire/freaky-dot-patterns
https://stackoverflow.com/questions/37088517/remove-sequentially-duplicate-frames-when-using-ffmpeg
export OBSERVABLEHQ_API_KEY=XXX
node history.js
ffmpeg -framerate 8 -pattern_type glob -i "freaky-history02/chart*.png" -c:v libx264 -vf mpdecimate,setpts=N/FRAME_RATE/TB -pix_fmt yuv420p freaky-history02-dedupe2.mp4;