Skip to content

Instantly share code, notes, and snippets.

@vindia
Created March 6, 2012 21:19
Show Gist options
  • Select an option

  • Save vindia/1989029 to your computer and use it in GitHub Desktop.

Select an option

Save vindia/1989029 to your computer and use it in GitHub Desktop.
Gource and FFMPEG using h2.64 codec
gource --start-position 0.99 --seconds-per-day 1 --logo ~/springest/webroot/images/logo-springest-small.png --background 919191 --user-image-dir ~/tmp/git-avatars/ -1280x720 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -threads 0 -bf 0 gource.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment