Skip to content

Instantly share code, notes, and snippets.

@konung
Created March 13, 2018 00:01
Show Gist options
  • Save konung/7765ca4a554bb820e6d49dcaa081a9b8 to your computer and use it in GitHub Desktop.
Save konung/7765ca4a554bb820e6d49dcaa081a9b8 to your computer and use it in GitHub Desktop.
Gource
gource -1280x720 -s 0.01 --max-file-lag 0.1 --auto-skip-seconds 0.25 --user-image-dir ./avatar --hide progress,filenames,dirnames,mouse --date-format "%Y-%m-%d" --multi-sampling --bloom-multiplier 0.4 --bloom-intensity 0.8 --user-scale 1 --max-user-speed 50 --file-idle-time 0 --key --font-size 25 --title "Cell Commits" --font-colour FF0000 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 8 -bf 0 gource_cell_commits.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment