This repository has been archived on 2023-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
web/gource.sh

20 lines
322 B
Bash
Raw Normal View History

2022-01-26 11:03:47 +00:00
gource -1280x1280 \
--stop-at-end \
--seconds-per-day 2 \
-a 1 \
-o - \
| ffmpeg -y \
-r 60 \
-f image2pipe \
-vcodec ppm \
-i - \
-vcodec libx264 \
-preset fast \
-crf 18 \
-threads 0 \
-bf 0 \
-pix_fmt yuv420p \
-movflags \
+faststart \
output.mp4