Skip to content

Instantly share code, notes, and snippets.

@aaronbassett
Last active September 26, 2015 01:38
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 aaronbassett/1018686 to your computer and use it in GitHub Desktop.
Save aaronbassett/1018686 to your computer and use it in GitHub Desktop.
Create funky animated video using gource
gource --title "Level 2" --logo "/home/aaron/site-branding.png" --highlight-users --seconds-per-day 10 --camera-mode track --auto-skip-seconds 1 --file-idle-time 0 --max-files 0 --stop-at-end --hide date,progress --user-friction .5 -800x600 -r 30 -o - | ffmpeg -y -b 3000K -r 30 -f image2pipe -vcodec ppm -i - -vcodec libx264 -threads 0 lvl2-gource.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment