Some random videos

FreeCAD git history per 2023-06-29


Listen Later

Visualiation of the git change history of the FreeCAD 3D parametric modeler project using gource. The git repository history was extracted 2023-06-29.

The video was created using this recipe:

  • apt install git gource xvfb ffmpeg
  • git clone https://github.com/FreeCAD/FreeCAD/
  • cd FreeCAD
  • 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