16 Mar 2011 zeenix   » (Journeyer)

Rygel Development History Visualization (part II)

Here is yet another version thats twice slower (and therefore longer), has the gloom off and filenames disabled and is in H264+AVI format. Oh and this time I managed to use GStreamer to record the video, rather than ffmpeg.

In case anyone is interested, I used this commandline to create it:

gource  -1280x720 -s 0.1 --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 - |gst-launch-0.10 fdsrc fd=0 \
! 'image/ppm,width=1280,height=720,framerate=(fraction)60/1' ! \
ffdec_ppm ! ffmpegcolorspace ! x264enc speed-preset=10 ! \
avimux ! filesink location=rygel-dev-history.avi

Syndicated 2011-03-16 02:18:00 (Updated 2011-03-16 02:18:05) 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!