Created
January 6, 2021 08:55
-
-
Save moraisaugusto/703bfc5f2736727d7a747c5b618576e2 to your computer and use it in GitHub Desktop.
git timeline evolution
This file contains hidden or 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
#!/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