diff --git a/gource.sh b/gource.sh new file mode 100755 index 0000000..fa12539 --- /dev/null +++ b/gource.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +`gource --git-log-command` > /tmp/my-git-project.log +gource -1280x720 --highlight-all-users -s .05 --hide-filenames --user-scale 2 --crop horizontal --date-format "%d %B %Y" --stop-at-end --output-ppm-stream - --output-framerate 30 . /tmp/my-git-project.log | ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i - -b:v 3000K -vcodec mpeg4 /tmp/aqhome-gource.mp4