Skip to content

Instantly share code, notes, and snippets.

@talboomerik
Last active July 3, 2018 14:30
Show Gist options
  • Save talboomerik/3f587ecceb1e1ddfeebbd6f35935349b to your computer and use it in GitHub Desktop.
Save talboomerik/3f587ecceb1e1ddfeebbd6f35935349b to your computer and use it in GitHub Desktop.
Gource create video
gource something.txt --start-date "2017-01-01 00:00:00" -s .2 -2560x1440 --hide files,filenames --auto-skip-seconds .05 --multi-sampling --stop-at-end --key --highlight-users --file-idle-time 0 --max-files 0 --background-colour 000000 --font-size 12 --title 'Gource of something' --camera-mode overview --output-ppm-stream - --output-framerate 30 | avconv -y -r 30 -f image2pipe -vcodec ppm -i - -b 65536K ../something.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment