Skip to content

Instantly share code, notes, and snippets.

@mariuz
Created January 16, 2013 20:35
Show Gist options
  • Save mariuz/4550696 to your computer and use it in GitHub Desktop.
Save mariuz/4550696 to your computer and use it in GitHub Desktop.
Are you using git/svn as version control system and you ever wanted to visualize delveloper's work, how the Firebird project was developed over time ? well Gource is there to visualize all this in a beautiful way. It takes the history of your svn/git repository and visualizes the changes over time, by whom they were done and so forth. sudo apt-g…
gource firebird-git/.git -s 1 --stop-at-end --output-ppm-stream - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -crf 1 -threads 0 -bf 0 /tmp/firebird_git.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment