Created
December 28, 2021 20:32
-
-
Save iworker/7526456f8ef79f0f0836177d9f521e47 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
cd ~/Projects/project | |
gource -1280x720 --title "Project" -s 0.1 --multi-sampling --hide mouse,filenames --highlight-all-users --dir-name-depth 2 --logo logo.svg --user-image-dir ~/Documents/avatars -o - -r 60 logs.txt | ffmpeg -y -r 60 -i - -vcodec ppm -vcodec libx264 -preset slow -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment