Setting Up Gource on OS X Dec 28th, 2011 | Comments brew install sdl sdl_image glew pcre cd gource ./configure make sudo make install cd .. brew install ffmpeg mkdir ~/.ffmpeg cd .ffmpeg git clone git://github.com/joeyblake/FFmpeg-Presets.git . gource --file-idle-time 0 --user-image-dir avatars -f -1280x720 --date-format "%D" --title "The title" --hide bloom,filenames --seconds-per-day .25 -o gource.ppm my-project-log.xml ffmpeg -y -b 10000K -r 60 -f image2pipe -vcodec ppm -i gource.ppm -vcodec libx264 -vpre slow -threads 0 -bf 0 gource.x264.mp4