Welcome to FOSDEM/FrOSCon schedule app for WebOS¶
There's not much going on here yet.
Gource visualisation¶
Gource is a very nice tool to visualize commits on a version control system like Git. I created a video visualizing the commits on this application. I used the following command to record it as Ogg Theora:
gource -s 0.6 --auto-skip-seconds 2 --file-idle-time 500 --disable-progress --stop-at-end -800x608 --output-ppm-stream - | ffmpeg -y -b 2500K -r 60 -f image2pipe -vcodec ppm -i - -vcodec libtheora -s 800x608 gource.ogv