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