Skip to content

Instantly share code, notes, and snippets.

@aqlx86
Created October 7, 2014 08:54
Show Gist options
  • Select an option

  • Save aqlx86/a8224e196a0803afbf40 to your computer and use it in GitHub Desktop.

Select an option

Save aqlx86/a8224e196a0803afbf40 to your computer and use it in GitHub Desktop.
gource
gource --title "Makkoto Website" --logo ./g/logo.png --user-image-dir ./g --max-user-speed 500 --seconds-per-day 0.05 -e 0.005 -f --max-files 400 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment