Skip to content

Instantly share code, notes, and snippets.

@abidibo
Created June 19, 2017 14:38
Show Gist options
  • Save abidibo/74372f416fd775199ab93434247a0343 to your computer and use it in GitHub Desktop.
Save abidibo/74372f416fd775199ab93434247a0343 to your computer and use it in GitHub Desktop.
gource
gource -s .06 -1920x1080 --auto-skip-seconds .1 --multi-sampling --stop-at-end --highlight-users --hide mouse,progress --file-idle-time 0 --max-files 0 --background-colour 222222 --font-size 22 --title "django-baton - dev" --output-ppm-stream - --output-framerate 30 | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 4 -bf 0 out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment