diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 12:42:59 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 12:42:59 +0100 |
commit | 6479dbb2ddd5782747d2cf8c18260de1971ae99f (patch) | |
tree | 981125b040674ba6d68f88c42e1acf41b17fe48c /.local/share/bin/screenrecord | |
parent | c7faac3480d2c52db7e952f638f7f162fb98eeec (diff) |
scripts update
Diffstat (limited to '.local/share/bin/screenrecord')
-rwxr-xr-x | .local/share/bin/screenrecord | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.local/share/bin/screenrecord b/.local/share/bin/screenrecord index 52c6e5b..d595cc8 100755 --- a/.local/share/bin/screenrecord +++ b/.local/share/bin/screenrecord @@ -1,3 +1,8 @@ #!/bin/sh -giph -f 60 -s -b 4 -c 255,255,255 "$(date +'%Y-%m-%d_%H-%M-%S.mp4')" +exec giph "$@" \ + --framerate=60 \ + --select \ + --bordersize=4 \ + --color=255,255,255 \ + "$(date +'%Y-%m-%d_%H-%M-%S.mp4')" |