Skip to content

Instantly share code, notes, and snippets.

@Guts
Last active October 30, 2019 17:51
Show Gist options
  • Save Guts/a102986955539e087b129aa9264bed56 to your computer and use it in GitHub Desktop.
Save Guts/a102986955539e087b129aa9264bed56 to your computer and use it in GitHub Desktop.
Sample configuration file for Gource
[display]
fullscreen=true
output-framerate=60
output-ppm-stream=./isogeo_qgis_plugin_video_streamed_output.ppm
viewport=1280x720
[gource]
auto-skip-seconds=10
date-format=%d %B %Y
disable-progress=true
frameless=true
hide=filenames,mouse,progress
highlight-dirs=true
key=true
logo=.\logo-isogeo.png
path=C:\Users\$USERNAME\Documents\git-repos\isogeo\isogeo-plugin-qgis
seconds-per-day=0.4
stop-at-end=true
title=Contributions au code source du plugin Isogeo pour QGIS
# first, download gource then move into the folder
cd .\Downloads\gource-0.47.win64
# then just run the cli
.\gource.exe --load-config .\gource_config_isogeo_qgis_plugin.ini
# the output is very big file (*.ppm). To process it into a video compressed format, use ffmpeg or youtube import to get a mp4 export.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment