Skip to content

Instantly share code, notes, and snippets.

@bbengfort
Created August 29, 2019 13:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbengfort/98779e69100cb5685c1118a8b2e58a90 to your computer and use it in GitHub Desktop.
Save bbengfort/98779e69100cb5685c1118a8b2e58a90 to your computer and use it in GitHub Desktop.
Make the Yellowbrick gource video
gource -1280x720 --camera-mode track --seconds-per-day 4 --auto-skip-seconds 1 \
--file-idle-time 0 --key --title "Yellowbrick" -o - | ffmpeg -y -r 60 \
-f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast \
-pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment