Skip to content

Instantly share code, notes, and snippets.

@steffenr
Created April 17, 2013 07:25
Show Gist options
  • Save steffenr/5402411 to your computer and use it in GitHub Desktop.
Save steffenr/5402411 to your computer and use it in GitHub Desktop.
Using gource to visualize your version control.
gource --seconds-per-day 3 -1280x720 -o - | ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -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