Skip to content

Instantly share code, notes, and snippets.

@kizdolf
Created March 4, 2016 17:32
Show Gist options
  • Save kizdolf/e429227eb2894e462949 to your computer and use it in GitHub Desktop.
Save kizdolf/e429227eb2894e462949 to your computer and use it in GitHub Desktop.
gource \
-s .06 \
-1280x720 \
--auto-skip-seconds .1 \
--seconds-per-day 0.1 \
--multi-sampling \
--stop-at-end \
--key \
--highlight-users \
--hide mouse,progress \
--file-idle-time 0 \
--max-files 0 \
--background-colour 000000 \
--font-size 22 \
--title "gitStream" \
--output-ppm-stream - \
--output-framerate 30 \
| avconv -y -r 30 -f image2pipe -vcodec ppm -i - -b 65536K GitStream.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment