1.安装
1.下载https://gource.io/
2.使用 Chocolatey 包管理器安装 FFmpeg
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
3.使用 Chocolatey 安装 FFmpeg
在 PowerShell 中运行(管理员)
choco install ffmpeg
4.检查 FFmpeg 是否安装成功:
ffmpeg -version
2.准备生成的项目根目录运行
gource -2560x1440 -s 0.3 --auto-skip-seconds 1 --max-file-lag 0.05 --multi-sampling --highlight-users -o - | ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i - -vcodec libx265 -preset slow -pix_fmt yuv420p -crf 16 -threads 0 -bf 0 -movflags +faststart gource.mp4
视频会在项目根目录下生成