Skip to content

Instantly share code, notes, and snippets.

@bennycode
Created May 12, 2018 09:35
Show Gist options
  • Save bennycode/1616f6a8b6162a77f574d78c9a2e84d2 to your computer and use it in GitHub Desktop.
Save bennycode/1616f6a8b6162a77f574d78c9a2e84d2 to your computer and use it in GitHub Desktop.
Gource settings
gource -1280x720 -o - --seconds-per-day 0.1 --hide progress,filenames | 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