Last active
May 8, 2017 08:44
-
-
Save atarkowska/83791e1d562a10fc9f1a16e98f793e4b to your computer and use it in GitHub Desktop.
ome gource
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
brew install gource | |
git log --pretty=format:user:%aN%n%ct --reverse --raw --encoding=UTF-8 --no-renames > bf.log | |
gource -s .01 -1920x1080 --auto-skip-seconds .1 --multi-sampling --stop-at-end --key --highlight-users --hide mouse,progress,filenames --file-idle-time 0 --max-files 0 --background-colour 000000 --output-ppm-stream - --output-framerate 30 bf.log --logo bf-logo.png | avconv -y -r 30 -f image2pipe -vcodec ppm -i - -b 65536K movie-bf.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment