Skip to content

Instantly share code, notes, and snippets.

@SeriousM
Last active July 30, 2020 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeriousM/7334763 to your computer and use it in GitHub Desktop.
Save SeriousM/7334763 to your computer and use it in GitHub Desktop.
GOURCE Fast-Forward animation without delete entries

Download: https://github.com/acaudwell/Gource

set G=C:\Users\BernhardMillauer\OWN\Tools\Gource\gource.exe
set D=C:\dev\Everything
%G% --output-custom-log - --path %D%

--> remove |D| lines # | grep -v '|D|'

%G% --path .\gource-out.txt --log-format custom --max-files 0 --file-idle-time 0 --time-scale 2 --seconds-per-day 1 --max-file-lag 1 --auto-skip-seconds 1 --bloom-intensity 1 --bloom-multiplier 1 --hide date,filenames,usernames --elasticity 0.4 --stop-at-end --disable-auto-rotate -1920x1080 -o .\everythinggit.ppm

"C:\Users\BernhardMillauer\OWN\Tools\JDownloader 2.0\tools\Windows\ffmpeg\x64\ffmpeg.exe" -y -r 60 -f image2pipe -vcodec ppm -i everythinggit.ppm -vcodec libx264 -preset medium -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4

Change of colors: --hash-seed <integer>

GUI Usage

SCREENSHOT with alpha: F12 (into current dir of execution) PAUSE / RESUME: SPACE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment