Skip to content

Instantly share code, notes, and snippets.

@alkavan
Created April 11, 2010 16:41
Show Gist options
  • Save alkavan/362860 to your computer and use it in GitHub Desktop.
Save alkavan/362860 to your computer and use it in GitHub Desktop.
Gource and ffmpeg Commands
# 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