Skip to content

Instantly share code, notes, and snippets.

@tgerring
Created July 22, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tgerring/51257be4f4fc5d993ea7 to your computer and use it in GitHub Desktop.
Save tgerring/51257be4f4fc5d993ea7 to your computer and use it in GitHub Desktop.
go-ethereum gource
cd ~
rm -rf gource
git clone https://github.com/ethereum/go-ethereum.git gource
cd gource
curl https://gist.githubusercontent.com/tgerring/20384c2ad2f1f719d6fc/raw/c4e0bb1a66bfa4eacdcb2bc02c1c853c601a093d/git-gravatar.perl | perl
gource --user-image-dir .git/avatar/ -s 0.05 --hide filenames,dirnames --title go-ethereum -o gource.ppm
ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i gource.ppm -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