Skip to content

Instantly share code, notes, and snippets.

@pikesley
Created December 6, 2015 16:31
Show Gist options
  • Save pikesley/17062eed68dbf2ba8414 to your computer and use it in GitHub Desktop.
Save pikesley/17062eed68dbf2ba8414 to your computer and use it in GitHub Desktop.
gource -s 5 -a 0.1 -1280x720 -r 60 --multi-sampling --date-format %Y-%m-%d\ %H:%M:%S --colour-images --output-ppm-stream - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment