Skip to content

Instantly share code, notes, and snippets.

@olivierverdier
Created November 5, 2010 09:49
Show Gist options
  • Save olivierverdier/663898 to your computer and use it in GitHub Desktop.
Save olivierverdier/663898 to your computer and use it in GitHub Desktop.
how to create a film from a repo using gource on Mac OS X
gource --stop-at-end --output-ppm-stream - $GIT_REPO | ffmpeg2 -y -b 3000K -r 60 -f image2pipe -vcodec ppm -i - -vcodec mpeg4 $FILM_NAME.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment