Created
January 16, 2013 20:35
-
-
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…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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