Closed lewismc closed 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
Acctually it looks like I cant attach the image here. I'll link to it for elsewhere.
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
The resulting mp4 video is attached