diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-03-21 19:51:45 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-03-21 19:51:45 +0100 |
commit | 28efefc4a90d6b56212e8506f2989016629d0191 (patch) | |
tree | f69f59b493cbef0bc5991d64578ab1ea49744709 /extra/gpu-screen-recorder.service | |
parent | 799120ab5fd0f4b454d9a08b412b17f8382058d8 (diff) |
Change default replay duration for systemd service to 30 seconds
Diffstat (limited to 'extra/gpu-screen-recorder.service')
-rw-r--r-- | extra/gpu-screen-recorder.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gpu-screen-recorder.service b/extra/gpu-screen-recorder.service index 2a223d6..0ba621b 100644 --- a/extra/gpu-screen-recorder.service +++ b/extra/gpu-screen-recorder.service @@ -10,7 +10,7 @@ Environment=CODEC=auto Environment=AUDIO_CODEC=opus Environment=AUDIO_DEVICE= Environment=FRAMERATE=60 -Environment=REPLAYDURATION=60 +Environment=REPLAYDURATION=30 Environment=OUTPUTDIR=%h/Videos Environment=MAKEFOLDERS=no Environment=COLOR_RANGE=limited |