Projekt

Allgemein

Profil

Herunterladen (370 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
#!/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
(18-18/21)