Some random videos

LinuxCNC git history per 2023-06-10


Listen Later

Visualiation of the git change history of the LinuxCNC machine control project using gource. The git repository history was extracted 2023-06-10.

The video was created using this recipe:

  • apt install git gource xvfb ffmpeg
  • git clone https://github.com/LinuxCNC/linuxcnc
  • cd linuxcnc
  • gource --output-custom-log gource.txt .
  • xvfb-run gource gource.txt -s 0.05 --date-format "%B %Y" -1280x720 --hide filenames -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libvpx -b:v 10000K history.webm
  • The 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.

    ...more
    View all episodesView all episodes
    Download on the App Store

    Some random videosBy