Skip to content

Instantly share code, notes, and snippets.

@moraisaugusto
Created January 6, 2021 08:55
Show Gist options
  • Save moraisaugusto/703bfc5f2736727d7a747c5b618576e2 to your computer and use it in GitHub Desktop.
Save moraisaugusto/703bfc5f2736727d7a747c5b618576e2 to your computer and use it in GitHub Desktop.
git timeline evolution
#!/bin/bash
gource -1800x1200 --title "My App" --hide progress --max-user-speed 500 --seconds-per-day 0.15 -e 0.005 --bloom-intensity 0.05 --hide filenames -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -crf 19 -threads 0 -bf 0 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment