Skip to content

Instantly share code, notes, and snippets.

@phts
Last active June 2, 2019 14:55
Show Gist options
  • Save phts/4f4226dd3b6aad8595eb2c60c820d187 to your computer and use it in GitHub Desktop.
Save phts/4f4226dd3b6aad8595eb2c60c820d187 to your computer and use it in GitHub Desktop.
path/to/gource.exe -1280x720 --seconds-per-day 0.2 --date-format "%d %B %Y" -o gource.ppm path/to/repo
# avi
path/to/ffmpeg.exe -y -r 60 -f image2pipe -vcodec ppm -i gource.ppm -vcodec libx264 -preset medium -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.x264.mp4
# webm
path/to/ffmpeg.exe -y -r 60 -f image2pipe -vcodec ppm -i gource.ppm -vcodec libvpx -b:v 10000K gource.x264.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment