Created
April 11, 2010 16:41
-
-
Save alkavan/362860 to your computer and use it in GitHub Desktop.
Gource and ffmpeg Commands
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 commands | |
# for big and long projects | |
gource --max-user-speed 500 --seconds-per-day 0.05 --file-idle-time 10 -e 0.005 -f --max-files 300 --hide-files | |
# some easy to understand commans | |
# for output file | |
--output-ppm-stream ~/ppm/ppm-kohana | |
# if a lot of files | |
--max-files 200 | |
# for keeping users on screen | |
--highlight-all-users | |
# more elastic tree | |
-e 0.01 | |
# longer days: | |
--seconds-per-day 1 | |
# add some more stuff here! | |
# TODO: create some bash scripts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment