From bcd3e3325c3117ac15e8139b3fd78e9eac96d568 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 12 Aug 2023 10:54:09 +0200 Subject: [PATCH] added gource script. --- gource.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 gource.sh 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