Last active
October 30, 2019 17:51
-
-
Save Guts/a102986955539e087b129aa9264bed56 to your computer and use it in GitHub Desktop.
Sample configuration file for Gource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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