Visualization of the development progress of the game Kurtama by Schlunzis.
Generated with gource this video visualizes the development progress of the project Kurtama. Kurtama is a board game made by some Environmental Sciences students at the University of Oldenburg. It tackles the topic of climate change and is aimed to help, especially kids, understand what the reasons are for climate change and what we can do to stop more devastating situations.
GitHub: https://github.com/schlunzis/kurtama/ Developer: @til7701@mastodon.social Developer: @JayPi4c@mastodon.social
command to generate the video: gource --camera-mode overview --auto-skip-seconds 1 --key --seconds-per-day 1 --title "Kurtama - August 2024" -1920x1080 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset veryslow -pix_fmt yuv420p -crf 18 -threads 0 -bf 0 gource.mp4