Skip to content

Instantly share code, notes, and snippets.

@mt3o
Created March 9, 2023 13:21
Show Gist options
  • Save mt3o/789bd39ddd4621699f077ad490ba6ca6 to your computer and use it in GitHub Desktop.
Save mt3o/789bd39ddd4621699f077ad490ba6ca6 to your computer and use it in GitHub Desktop.
gource snippet
gource --hide mouse --date-format "%Y-%m-%d" --highlight-dirs --filename-time 2 --multi-sampling --camera-mode overview --file-idle-time 320 --max-user-speed 400 --seconds-per-day 0.05 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset medium -pix_fmt yuv420p -crf 9 -bf 0 gource.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment