17 Mar 2011 zeenix   » (Journeyer)

Yet another git history visualization

Here is a decade of GStreamer hacking squeezed into 5 minute visualization using gource.

I used the following commandline to create this:

gource -1280x720 -s 0.05 --stop-at-end --hide filenames  --highlight-all-users \
--file-filter po -a 5 --camera-mode track --user-image-dir ~/hackergotchies \
--disable-progress --disable-bloom --output-ppm-stream - --output-framerate 30 \
| gst-launch-0.10 fdsrc fd=0 ! 'image/ppm,width=1280,height=720,framerate=(fraction)30/1' \
! ffdec_ppm ! ffmpegcolorspace ! x264enc speed-preset=10 ! avimux ! \
filesink location=gst-dev-history.avi

Syndicated 2011-03-17 01:18:00 (Updated 2011-03-17 01:18:01) from zeenix

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!