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

Comments

Anonymous said…
Very nice! Thanks for making me discover gource, it's really an awesome tool! :)
Anonymous said…
Very nice! Thanks for making me discover gource, it's really an awesome tool! :)

Popular posts from this blog

Welcome to the virtual world!

clutter-gst

zbus and Implementing Async Rust API