Skip to content

Instantly share code, notes, and snippets.

@atarkowska
Last active May 8, 2017 08:44
Show Gist options
  • Save atarkowska/83791e1d562a10fc9f1a16e98f793e4b to your computer and use it in GitHub Desktop.
Save atarkowska/83791e1d562a10fc9f1a16e98f793e4b to your computer and use it in GitHub Desktop.
ome gource
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