From 6080f1b6f5c1ebef9c664cef8a2fcc7302dc70c8 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 26 Jan 2022 12:03:47 +0100 Subject: [PATCH] Commit --- gource.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 gource.sh diff --git a/gource.sh b/gource.sh new file mode 100644 index 0000000..8c74282 --- /dev/null +++ b/gource.sh @@ -0,0 +1,19 @@ +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