Created
November 10, 2021 16:13
-
-
Save brainstormer59/e2c1012f91fb1f3a517e96720572ec87 to your computer and use it in GitHub Desktop.
Make a gource visualization from repo
This file contains hidden or 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 | |
| gource -1280x720 --max-files 99999 --disable-progress --stop-at-end -s 0.25 --user-scale 1.5 --highlight-all-users --output-ppm-stream ~/Desktop/export.ppm | |
| // FFMPEG (convert to video) | |
| ffmpeg -f image2pipe -i ~/Desktop/export.ppm -an -pass 1 -vcodec libx264 -vb 50M ~/Desktop/git.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment