Visualiation of the git change history of the Norwegian archiving standard API specification using gource. The git repository history was extracted 2023-06-09, shortly after version 1.1 was tagged.
The video was created using this recipe:
apt install git gource xvfb ffmpeggit clone https://github.com/arkivverket/noark5-tjenestegrensesnitt-standard.gitcd noark5-tjenestegrensesnitt-standardgource --output-custom-log gource.txt .xvfb-run gource gource.txt -s 0.05 --date-format "%B %Y" -1280x720 --hide dirnames,filenames -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libvpx -b:v 10000K history.webmThe recipe and idea is based on the recipe in https://peertube.debian.social/w/sNtYiY55gUeTSaQkEQzCnm. See also http://gource.io/ for the tools used to make the images.