Skip to content

Instantly share code, notes, and snippets.

@ekka21
Last active December 9, 2015 21:48
Show Gist options
  • Save ekka21/4333020 to your computer and use it in GitHub Desktop.
Save ekka21/4333020 to your computer and use it in GitHub Desktop.
Linux: gource
gource --user-image-dir .git/avatar/ --max-file-lag 3 --seconds-per-day 1 --hide filenames,mouse,progress -1024x768 -o - | ffmpeg -y -b 3000K -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -vpre /usr/share/ffmpeg/libx264-lossless_slow.ffpreset -threads 0 gource.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment