Last active
September 26, 2015 01:38
-
-
Save aaronbassett/1018686 to your computer and use it in GitHub Desktop.
Create funky animated video using gource
This file contains 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 --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