Created
February 1, 2021 09:34
-
-
Save kennyk/f96bc4be0c5b1f5fedb26c33dddfb74a to your computer and use it in GitHub Desktop.
Export gource rendering to ppm mp4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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