spcd.sh
Some checks failed
/ arch (push) Failing after 8s
/ alpine (push) Failing after 7s
/ fedora (push) Failing after 6s
/ debian (push) Failing after 7s
/ opensuse (push) Failing after 7s
/ ubuntu (push) Failing after 6s
/ alma (push) Failing after 7s
/ rocky (push) Failing after 6s
Some checks failed
/ arch (push) Failing after 8s
/ alpine (push) Failing after 7s
/ fedora (push) Failing after 6s
/ debian (push) Failing after 7s
/ opensuse (push) Failing after 7s
/ ubuntu (push) Failing after 6s
/ alma (push) Failing after 7s
/ rocky (push) Failing after 6s
This commit is contained in:
parent
4b7fb8a89f
commit
5fcb208d0b
1 changed files with 27 additions and 0 deletions
27
spcd.sh
Executable file
27
spcd.sh
Executable file
|
@ -0,0 +1,27 @@
|
||||||
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
|
gource \
|
||||||
|
--auto-skip-seconds 1 \
|
||||||
|
--date-format "%Y / %m / %d ⋅ %H : %M : %S" \
|
||||||
|
--disable-progress \
|
||||||
|
-f \
|
||||||
|
--hide mouse,usernames \
|
||||||
|
--highlight-dirs \
|
||||||
|
--key \
|
||||||
|
--output-framerate 60 \
|
||||||
|
--seconds-per-day 2.0 \
|
||||||
|
--output-ppm-stream - \
|
||||||
|
| \
|
||||||
|
ffmpeg \
|
||||||
|
-codec:v ppm \
|
||||||
|
-format image2pipe \
|
||||||
|
-framerate 120 \
|
||||||
|
-i - \
|
||||||
|
-codec:v libx264 \
|
||||||
|
-preset veryslow \
|
||||||
|
-qp 23 \
|
||||||
|
-movflags \
|
||||||
|
+faststart \
|
||||||
|
-pix_fmt yuv420p \
|
||||||
|
-y \
|
||||||
|
spcd.mp4
|
Loading…
Reference in a new issue