Skip to content

Instantly share code, notes, and snippets.

@dafi
Created May 25, 2013 08:41
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dafi/5648383 to your computer and use it in GitHub Desktop.
Save dafi/5648383 to your computer and use it in GitHub Desktop.
Gource best configuration for a big repository The configuration shown here generates a good video to upload on youtube
gource -1920x1080 --title "MyTitle" --hide filenames --stop-at-end --file-idle-time 0 -o temporary.ppm --seconds-per-day .00050 ~/prj/svn/myproject
ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i temporary.ppm -vcodec libx264 -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 -preset slow finalVideo.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment