From fa12be880af0ddd2493657227ef72a99a65772e9 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Fri, 6 Oct 2023 14:02:28 +0200 Subject: [PATCH] Create bigger gource videos. --- gource.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gource.sh b/gource.sh index fa12539..37411f5 100755 --- a/gource.sh +++ b/gource.sh @@ -1,4 +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 +gource -1920x1024 --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