Generate gource visualization of the lichess source code activity.
- Clone the repos on https://lichess.org/source
./write-logs.sh
./record-video.sh
The video continues after the end of the commit history. To truncate it:
ffmpeg -ss 00:00:00 -i out/lichess-code.mp4 -to 00:04:00 -c copy out/lichess-code-truncated.mp4