Skip to content

Instantly share code, notes, and snippets.

@viktorkelemen
Created July 10, 2012 08:35
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save viktorkelemen/3082055 to your computer and use it in GitHub Desktop.
Save viktorkelemen/3082055 to your computer and use it in GitHub Desktop.
Gource with ffmpeg
gource -1280x720 --seconds-per-day 0.1 --key --hide dirnames, -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset 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