Skip to content

Instantly share code, notes, and snippets.

@aaronbuchanan
Created April 1, 2015 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronbuchanan/4e378ff5e96cb2cb28bf to your computer and use it in GitHub Desktop.
Save aaronbuchanan/4e378ff5e96cb2cb28bf to your computer and use it in GitHub Desktop.
my gource opts
$ gource -f -1280x720 --auto-skip-seconds 1 --bloom-multiplier 1.0 --bloom-intensity 1.2 -e 0.2 --background 000000 --background-image gource/bg.png --seconds-per-day .2 --highlight-all-users -o gource/out.ppm
$ ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i gource/out.ppm -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource/out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment