Skip to content

Instantly share code, notes, and snippets.

@asoltys
Created April 30, 2012 23:29
Show Gist options
  • Save asoltys/2563624 to your computer and use it in GitHub Desktop.
Save asoltys/2563624 to your computer and use it in GitHub Desktop.
gource -800x600 -s 0.5 --hide filenames,bloom --highlight-users --title "Title" -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -vpre ultrafast -crf 1 -threads 0 -bf 0 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment