added gource script.
This commit is contained in:
4
gource.sh
Executable file
4
gource.sh
Executable 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
|
||||||
Reference in New Issue
Block a user