aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-20 15:50:03 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-20 15:55:14 +0200
commitacf1624d2d6857d7eaae3ab8ac06f036a921a8ec (patch)
tree204196c2aa246d14e41e12c167d9364a413a8b7f /README.md
parentc4e917e677a901f3891cf2687790d5c52eb63b1f (diff)
Move argument parsing to different file
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 363a0a1..98b98f0 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,9 @@ You can see a list of capture options to record if you run `gpu-screen-recorder
window
DP-1|1920x1080
```
-in this case you could record a window or a monitor with the name `DP-1`.
+in this case you could record a window or a monitor with the name `DP-1`.\
+To list available audio devices that you can use you can run `gpu-screen-recorder --list-audio-devices` and the name to use is on the left size of the `|`.\
+To list available audio application names that you can use you can run `gpu-screen-recorder --list-application-audio`.
## Streaming
Streaming works the same as recording, but the `-o` argument should be path to the live streaming service you want to use (including your live streaming key). Take a look at `scripts/twitch-stream.sh` to see an example of how to stream to twitch.
## Replay mode