Skip to content

Instantly share code, notes, and snippets.

@tryggvigy
Created August 11, 2021 21:17
Show Gist options
  • Save tryggvigy/abda80808a6cc37ea95073818b1543c7 to your computer and use it in GitHub Desktop.
Save tryggvigy/abda80808a6cc37ea95073818b1543c7 to your computer and use it in GitHub Desktop.
Visualize git repo evolution with gource
gource --start-date '2019-01-01' -1280x720 --seconds-per-day 0.05 --auto-skip-seconds 0.5 --title "open/web-player" --dir-name-depth 2 --file-idle-time 0 --hide filenames --file-show-filter open/web-player,shared --output-ppm-stream - --output-framerate 30 --camera-mode overview --stop-at-end | ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i - -b 65536K offline2.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment