Xonotic gource - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Community (https://forums.xonotic.org/forumdisplay.php?fid=6) +--- Forum: Xonotic - General (https://forums.xonotic.org/forumdisplay.php?fid=18) +--- Thread: Xonotic gource (/showthread.php?tid=2590) |
Xonotic gource - matthiaskrgr - 02-06-2012 Moin, Merlijn made a script which merges git logs of different repos, thus I was finally able (had that planned since quite some time, but no idea how to do it) to make a gource video of the game incuding all repos. The video can be downloaded here https://fbcdn-video-a.akamaihd.net/cfs-ak-snc6/452146/138/267231653349427_57941.mp4?oh=c60cd5cebf8b8bbc41c50c5f9d4d9b16&oe=4F32C000&__gda__=1328726016_ae6693fd811f26c668e2fa16afb8d759 , 91MB, 13 minutes. [update1] latest video here: http://www.mediafire.com/?fskss1vxw6ic91r removed darkplaces from the video[/update1] [update2] http://www.mediafire.com/?svgcahlt8aizjj5 higher resolution, add a xonotic logo to the video [\update2] Program used for rendering: gource https://github.com/acaudwell/Gource Rendering options: gource gource.log -1200x720 --key --camera-mode overview --highlight-all-users --file-idle-time 0 -auto-skip-seconds 0.00001 --seconds-per-day 0.00001 --hide progress,mouse,filenames --stop-at-end --max-files 99999999999 --max-file-lag 0.00001 --output-ppm-stream - | ffmpeg -f image2pipe -vcodec ppm -i - -y -vcodec libx264 -preset medium -crf 22 -pix_fmt yuv420p -threads 4 -b:v 3000k -maxrate 8000k -bufsize 10000k video.mp4 Enjoy! RE: Xonotic gource - Maddin - 02-06-2012 This is awesome! Thanks dude! RE: Xonotic gource - matthiaskrgr - 02-06-2012 update; rerendered video without the darkplaces stuff which was just boring. Thx to #xonotic for the feedback! http://www.mediafire.com/?fskss1vxw6ic91r RE: Xonotic gource - Halogene - 02-07-2012 Awesome, I had no idea what "gource" means, but I know the concept. Very cool to see how people work on specific areas of the project, and also to see some names that don't show up on the forums much but are active in the background as it seems. Thank you! RE: Xonotic gource - matthiaskrgr - 02-07-2012 Thanks :] Update http://www.mediafire.com/?zv310fbqxd8eeuc Added some nice background image by Morphed (had to resize/crop it a little). I was also aiming at adding some background music, but I didn't get this right yet. Sometimes vlc refuses to play the video afterwards. |