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
|
||||
|
||||
gource \
|
||||
--auto-skip-seconds 1 \
|
||||
--auto-skip-seconds 1.0 \
|
||||
--camera-mode "overview" \
|
||||
--date-format "%Y / %m / %d ⋅ %H : %M : %S" \
|
||||
--disable-input \
|
||||
--font-scale 1.5 \
|
||||
--font-scale 2.0 \
|
||||
--frameless \
|
||||
--hide mouse,usernames \
|
||||
--highlight-dirs \
|
||||
|
@ -13,7 +13,7 @@ gource \
|
|||
--multi-sampling \
|
||||
--output-framerate 60 \
|
||||
--output-ppm-stream - \
|
||||
--seconds-per-day 0.9 \
|
||||
--seconds-per-day 0.8 \
|
||||
--viewport "1920x1080" \
|
||||
| \
|
||||
ffmpeg \
|
||||
|
|
Loading…
Reference in a new issue