Skip to content

Instantly share code, notes, and snippets.

@axeliodiaz
Last active March 10, 2016 18:30
Show Gist options
  • Save axeliodiaz/b4ffed0510e1df546755 to your computer and use it in GitHub Desktop.
Save axeliodiaz/b4ffed0510e1df546755 to your computer and use it in GitHub Desktop.
Source git animation with video save/convertion (commented)
sudo aptitude install gource
cd DIRECTORY_GIT_PROJECT
gource \
-s .06 \
-1280x720 \
--auto-skip-seconds .1 \
--multi-sampling \
--stop-at-end \
--key \
--highlight-users \
--hide mouse,progress \
--file-idle-time 0 \
--max-files 0 \
--background-colour 000000 \
--font-size 22 \
--title "TITLE OF PROJECT" \
--logo PATH_OF_LOGO_IMAGE \
--output-framerate 30
#--output-ppm-stream gource.ppm \
#ffmpeg -y -f image2pipe -vcodec ppm -i gource.ppm -vcodec libx264 -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