Skip to content

Instantly share code, notes, and snippets.

@kennyk
Created February 1, 2021 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennyk/f96bc4be0c5b1f5fedb26c33dddfb74a to your computer and use it in GitHub Desktop.
Save kennyk/f96bc4be0c5b1f5fedb26c33dddfb74a to your computer and use it in GitHub Desktop.
Export gource rendering to ppm mp4
gource \
-s 30 \
-1280x720 \
--multi-sampling \
--stop-at-end \
--highlight-users \
--font-size 25 \
--output-ppm-stream - \
--output-framerate 30 \
--logo ~/Downloads/favicon.png \
| ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i - -b 65536K movie.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment