ESIPFed / sweet

Official repository for Semantic Web for Earth and Environmental Terminology (SWEET) Ontologies
Other
119 stars 33 forks source link

SWEET development vizualization using Gource #151

Closed lewismc closed 5 years ago

lewismc commented 5 years ago

I thought it would be fun to produce a vizualization of the project development over time using Gource

The commanf I executed was as follows

gource . --title "SWEET Ontology Suite Development Vizualization" --logo ~/Desktop/esip.jpg -f -1280x720 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4

The resulting mp4 video is attached

lewismc commented 5 years ago

Acctually it looks like I cant attach the image here. I'll link to it for elsewhere.