Created
March 6, 2012 21:19
-
-
Save vindia/1989029 to your computer and use it in GitHub Desktop.
Gource and FFMPEG using h2.64 codec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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