Advertisement
Guest User

Untitled

a guest
May 26th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1. git tag --format "%(creatordate:format:%s)|%(refname:strip=2)" | sort -n > .git/gource_releases.txt
  2.  
  3. curl -s https://gist.githubusercontent.com/tommeier/3720005/raw/8b390d47afceb137a87556466347bcd3a8b5050e/avatar.perl > fetchgravatar
  4. perl ./fetchgravatar
  5.  
  6. gource -1920x1080 --hide 'mouse,progress,bloom' --user-image-dir .git/avatar -s 0.25 -a 2 -i 0 --max-file-lag 1 --no-vsync --highlight-users --highlight-colour FFFF00 --caption-size 50 --caption-file .git/gource_releases.txt --caption-colour 00FFFF -r 60 -o - . | ffmpeg -framerate 60 -i - -c:v libx265 -crf 20 -preset slow output.mkv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement