Skip to content

Instantly share code, notes, and snippets.

@bernardobrezende
Created May 8, 2020 19:03
Show Gist options
  • Save bernardobrezende/b09c3f97836f8005ab341c2ae6c583f4 to your computer and use it in GitHub Desktop.
Save bernardobrezende/b09c3f97836f8005ab341c2ae6c583f4 to your computer and use it in GitHub Desktop.
Gource videos
# generate ppm
$ gource --user-image-dir .git/avatar/ --auto-skip-seconds 1 --seconds-per-day 0.2 --title "my project" --key --bloom-multiplier 2.0 --highlight-users -1280x720 -o path-to-gource.ppm --output-framerate 60
# convert to video
$ ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i path-to-gource.ppm -vcodec wmv1 -r 60 -qscale 0 path-to-out.wmv
@bernardobrezende
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment