Gource
Jump to navigation
Jump to search
This page is about Gource, a software that visualizes the activity taking place in a software development project's version control system.
References
- Project website: http://code.google.com/p/gource/
Installation
On a Mac
The procedure is simple:
- Install MacPorts
- Install Gource with this command
ports install gource
On Windows
TODO
Visualizing a TFS repo
TODO
Visualizing specific projects
Little Go
gource -1280x720 -o littlego-gource.ppm --seconds-per-day 0.5 --auto-skip-seconds 1 ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i littlego-gource.ppm -vcodec libx264 -preset ultrafast -crf 1 -threads 0 -bf 0 littlego-gource.mp4