Skip to content

Instantly share code, notes, and snippets.

@ericjsilva
Created November 5, 2025 21:31
Show Gist options
  • Select an option

  • Save ericjsilva/9cf9546e6cf25c01b64067e0fd90324f to your computer and use it in GitHub Desktop.

Select an option

Save ericjsilva/9cf9546e6cf25c01b64067e0fd90324f to your computer and use it in GitHub Desktop.
gource repo movie generation
gource \
-s .25 \
-1280x720 \
--auto-skip-seconds .1 \
--multi-sampling \
--stop-at-end \
--key \
--highlight-users \
--date-format "%y-%m-%d" \
--hide mouse \
--hide filenames \
--file-idle-time 0 \
--max-files 0 \
--background-colour 000000 \
--font-size 25 \
--output-ppm-stream - \
--output-framerate 30 \
| ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i - -b 65536K -pix_fmt yuv420p movie.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment