Skip to content

Instantly share code, notes, and snippets.

@brainstormer59
Created November 10, 2021 16:13
Show Gist options
  • Select an option

  • Save brainstormer59/e2c1012f91fb1f3a517e96720572ec87 to your computer and use it in GitHub Desktop.

Select an option

Save brainstormer59/e2c1012f91fb1f3a517e96720572ec87 to your computer and use it in GitHub Desktop.
Make a gource visualization from repo
// GOURCE
gource -1280x720 --max-files 99999 --disable-progress --stop-at-end -s 0.25 --user-scale 1.5 --highlight-all-users --output-ppm-stream ~/Desktop/export.ppm
// FFMPEG (convert to video)
ffmpeg -f image2pipe -i ~/Desktop/export.ppm -an -pass 1 -vcodec libx264 -vb 50M ~/Desktop/git.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment