3DRX

// post

Introduction to Gource

Gource —— git 可视化工具,从 git 记录生成视频

Updated

https://gource.io/ a git visualization tool

Feature

Generates beautiful video using git commit informations.

Installation

Follow instructions here.

By default, gource doesn’t encode the video, so we also need ffmpeg.

Usage

My command

gource --camera-mode overview --seconds-per-day 3 -a 0.5 -1920x1080 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset veryslow -pix_fmt yuv420p -crf 17 -threads 0 -bf 0 ~/Desktop/demo.mp4