Skip to content

Instantly share code, notes, and snippets.

@iredun
Forked from viktorkelemen/gist:3082055
Created December 30, 2019 21:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iredun/498a13e88f9cfb3f0d1e2671f652dcaf to your computer and use it in GitHub Desktop.
Save iredun/498a13e88f9cfb3f0d1e2671f652dcaf 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