Created
August 31, 2024 20:21
-
-
Save juftin/289952096cb8455813064fb74f874822 to your computer and use it in GitHub Desktop.
gource + ffmpeg
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 \ | |
-s .03 \ | |
-1920x1080 \ | |
--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 gource.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment