tweaks
This commit is contained in:
parent
678385d213
commit
eab76c5915
1 changed files with 3 additions and 3 deletions
6
spcd.sh
6
spcd.sh
|
@ -1,11 +1,11 @@
|
||||||
#! /usr/bin/env sh
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
gource \
|
gource \
|
||||||
--auto-skip-seconds 1 \
|
--auto-skip-seconds 1.0 \
|
||||||
--camera-mode "overview" \
|
--camera-mode "overview" \
|
||||||
--date-format "%Y / %m / %d ⋅ %H : %M : %S" \
|
--date-format "%Y / %m / %d ⋅ %H : %M : %S" \
|
||||||
--disable-input \
|
--disable-input \
|
||||||
--font-scale 1.5 \
|
--font-scale 2.0 \
|
||||||
--frameless \
|
--frameless \
|
||||||
--hide mouse,usernames \
|
--hide mouse,usernames \
|
||||||
--highlight-dirs \
|
--highlight-dirs \
|
||||||
|
@ -13,7 +13,7 @@ gource \
|
||||||
--multi-sampling \
|
--multi-sampling \
|
||||||
--output-framerate 60 \
|
--output-framerate 60 \
|
||||||
--output-ppm-stream - \
|
--output-ppm-stream - \
|
||||||
--seconds-per-day 0.9 \
|
--seconds-per-day 0.8 \
|
||||||
--viewport "1920x1080" \
|
--viewport "1920x1080" \
|
||||||
| \
|
| \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
|
|
Loading…
Reference in a new issue