Created
March 9, 2023 13:21
-
-
Save mt3o/789bd39ddd4621699f077ad490ba6ca6 to your computer and use it in GitHub Desktop.
gource snippet
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 --hide mouse --date-format "%Y-%m-%d" --highlight-dirs --filename-time 2 --multi-sampling --camera-mode overview --file-idle-time 320 --max-user-speed 400 --seconds-per-day 0.05 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset medium -pix_fmt yuv420p -crf 9 -bf 0 gource.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment