Skip to content

Instantly share code, notes, and snippets.

@OR13
Created January 27, 2016 15:47
Show Gist options
  • Save OR13/e841ba55c50b1f4a6f62 to your computer and use it in GitHub Desktop.
Save OR13/e841ba55c50b1f4a6f62 to your computer and use it in GitHub Desktop.
Git Source Visualization

open terminal

brew install ffmpeg
brew install gource

cd into a git repo...

$ gource -1280x720 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment