Skip to content

Instantly share code, notes, and snippets.

@jarod51
Forked from dafi/gource2mp4.sh
Created July 1, 2019 13:26
Show Gist options
  • Save jarod51/a69c2b7e062a615f91765d73fefc62eb to your computer and use it in GitHub Desktop.
Save jarod51/a69c2b7e062a615f91765d73fefc62eb 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