Resources

Gource - http://gource.io

Summary

To install gource

brew install ffmpeg
brew install gource

Navigate into your project directory and type to create this video

gource -1280x720 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4