added gource script.

This commit is contained in:
Martin Preuss
2023-08-12 10:54:09 +02:00
parent c1353c056a
commit bcd3e3325c

4
gource.sh Executable file
View File

@@ -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