Skip to content

Commit

Permalink
Added gource script.
Browse files Browse the repository at this point in the history
git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@2124 5c42a225-8b10-0410-9873-89b7810ad06e
  • Loading branch information
martin committed Nov 17, 2010
1 parent 53b6cc4 commit 8c0085c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gource.sh
Original file line number Diff line number Diff line change
@@ -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 -b 3000K -r 30 -f image2pipe -vcodec ppm -i - -vcodec mpeg4 /tmp/aqbanking-gource.mp4

0 comments on commit 8c0085c

Please sign in to comment.