Created
December 9, 2021 21:43
-
-
Save dataders/29f54b9b31a14bbecc1302bb2b839ef4 to your computer and use it in GitHub Desktop.
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 0.1 \ | |
--auto-skip-seconds 0.05 \ | |
--key \ | |
--title "mart_core: 2021" \ | |
--highlight-users \ | |
--max-file-lag 0.1 \ | |
--font-scale 1.5 \ | |
--filename-time 2 \ | |
-1920x1080 -o - \ | |
| ffmpeg \ | |
-y -r 60 \ | |
-f image2pipe \ | |
-vcodec ppm \ | |
-i - -vcodec libx264 \ | |
-preset ultrafast \ | |
-pix_fmt yuv420p \ | |
-crf 1 -threads 0 -bf 0 mart_core_thurs.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment