-
-
Save tryggvigy/abda80808a6cc37ea95073818b1543c7 to your computer and use it in GitHub Desktop.
Visualize git repo evolution with gource
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 --start-date '2019-01-01' -1280x720 --seconds-per-day 0.05 --auto-skip-seconds 0.5 --title "open/web-player" --dir-name-depth 2 --file-idle-time 0 --hide filenames --file-show-filter open/web-player,shared --output-ppm-stream - --output-framerate 30 --camera-mode overview --stop-at-end | ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i - -b 65536K offline2.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment