From f8b83cf92f0adb60117c355addd1094211894a01 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 18 Feb 2025 01:12:43 +0100 Subject: [PATCH] gpu screen recorder: added cpu mode --- wiki/linux/gpu_screen_recorder.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wiki/linux/gpu_screen_recorder.md b/wiki/linux/gpu_screen_recorder.md index b60f39e..5862fe8 100644 --- a/wiki/linux/gpu_screen_recorder.md +++ b/wiki/linux/gpu_screen_recorder.md @@ -6,7 +6,7 @@ utility similar to [Nvidia ShadowPlay](/wiki/nvidia.md#screen-capture). ## Setup GPU Screen Recorder can be installed on some distributions by installing the -`gpu-screen-recorder-git` package. +`gpu-screen-recorder` package. An installation via [git](https://git.dec05eba.com/gpu-screen-recorder/about/) is always possible. @@ -29,6 +29,14 @@ To stop the recording `Ctrl-C` the previous command or use the command below. killall -SIGINT gpu-screen-recorder ``` +Please note that `gpu-screen-recorder` always uses the GPU by default. +Systems without a GPU will fail to record if not changed to CPU. +This can be done by using the following flag and option. + +```txt +-encoder cpu +``` + For the replay mode the recording can be started the following way. ```sh