Create gpu-screen-recorder systemd service
This commit is contained in:
19
extra/gpu-screen-recorder.service
Normal file
19
extra/gpu-screen-recorder.service
Normal file
@@ -0,0 +1,19 @@
|
||||
[Unit]
|
||||
Description=GPU Screen Recorder Service
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-%h/.config/gpu-screen-recorder.env
|
||||
Environment=WINDOW=screen
|
||||
Environment=CONTAINER=mp4
|
||||
Environment=QUALITY=very_high
|
||||
Environment=CODEC=auto
|
||||
Environment=AUDIO_CODEC=opus
|
||||
Environment=FRAMERATE=60
|
||||
Environment=REPLAYDURATION=60
|
||||
Environment=OUTPUTDIR=%h/Videos
|
||||
ExecStart=gpu-screen-recorder -v no -w $WINDOW -c $CONTAINER -q $QUALITY -k $CODEC -ac $AUDIO_CODEC -f $FRAMERATE -r $REPLAYDURATION -o $OUTPUTDIR $ADDITIONAL_ARGS
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user