Created
December 9, 2021 21:41
-
-
Save dataders/561ff5eff2e216fe9e5a4db71dd4b64f 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 "dbt: the 'beta' era" \ | |
--highlight-users \ | |
--max-file-lag 0.1 \ | |
--caption-file caption_versions.psv \ | |
--caption-duration 5 \ | |
--caption-size 80 \ | |
--user-image-dir ./img \ | |
--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 dbt_oneoh_gource2.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment