aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-02-06 03:11:52 +0100
committerdec05eba <dec05eba@protonmail.com>2024-02-06 03:11:52 +0100
commitad777a5136575c00a1cd013b5877a343304c4627 (patch)
tree1cb29e693a3860a01cc94056fbecdcc5355b1269
parent017fd0a37da0fc3dddcd635d09770c123f133e57 (diff)
Correct readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f6f7a68..6ac9b09 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,10 @@ Supported audio codecs:
* FLAC
## Note
-This software works with x11 and wayland, but when using AMD/Intel or Wayland then only monitors can be recorded.
+This software works with x11 and wayland, but when using Wayland then only monitors can be recorded.
### TEMPORARY ISSUES
1) screen-direct capture has been temporary disabled as it causes issues with stuttering. This might be a nvfbc bug.
-2) Videos are in variable framerate format. Use MPV to play such videos, otherwise you might experience stuttering in the video if you are using a buggy video player. Try saving the video into a .mkv file instead when using AMD/Intel, as some software may have better support for .mkv files (such as kdenlive). You can use the "-fm cfr" option to to use constant framerate mode.
+2) Videos are in variable framerate format. Use MPV to play such videos, otherwise you might experience stuttering in the video if you are using a buggy video player. You can try saving the video into a .mkv file instead as some software may have better support for .mkv files (such as kdenlive). You can use the "-fm cfr" option to to use constant framerate mode.
### AMD/Intel/Wayland root permission
When recording a window under AMD/Intel no special user permission is required, however when recording a monitor (or when using wayland) the program needs root permission (to access KMS).\
To make this safer, the part that needs root access has been moved to its own executable (to make it as small as possible).\