aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-01-06 11:34:01 +0100
committerdec05eba <dec05eba@protonmail.com>2024-01-06 11:34:01 +0100
commit36e38fcad8f28c0efc77eb3328a5f93e93c3880a (patch)
tree05330728673dbbdbfbe9d993a93d187da51ae7f9
parent5d54b02cb281f037480b32a2731276747e7d2c4e (diff)
replay ram info
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d9cd54c..bdeed6b 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,8 @@ Run `gpu-screen-recorder` with the `-c mp4` and `-r` option, for example: `gpu-s
If `-mf yes` is set, replays are save in folders based on the date.
To save a video in replay mode, you need to send signal SIGUSR1 to gpu screen recorder. You can do this by running `killall -SIGUSR1 gpu-screen-recorder`.\
To stop recording, send SIGINT to gpu screen recorder. You can do this by running `killall -SIGINT gpu-screen-recorder` or pressing `Ctrl-C` in the terminal that runs gpu screen recorder.\
-The file path to the saved replay is output to stdout. All other output from GPU Screen Recorder is output to stderr.
+The file path to the saved replay is output to stdout. All other output from GPU Screen Recorder is output to stderr.\
+The replay buffer is stored in ram (as encoded video), so don't use a too large replay time and/or video quality unless you have enough ram to store it.
## Finding audio device name
You can find the default output audio device (headset, speakers (in other words, desktop audio)) with the command `pactl get-default-sink`. Add `monitor` to the end of that to use that as an audio input in gpu screen recorder.\
You can find the default input audio device (microphone) with the command `pactl get-default-source`. This input should not have `monitor` added to the end when used in gpu screen recorder.\