Generate a video from gource

cd <project-dir>
gource -o - | \
  ffmpeg -y -b 3000K -r 60 \
  -f image2pipe -vcodec ppm -i - \
  -vcodec libx264 -vpre slow \
  -threads 0 gource-`basename $PWD`.mp4
Feb. 24, 2011, 9:31 p.m. index
You are here quickies:gource