aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-03-10 23:58:18 +0100
committerdec05eba <dec05eba@protonmail.com>2024-03-10 23:58:18 +0100
commitcbfd7521786a563d85b9c70bfd3f8ac21388c5f2 (patch)
tree6453133037c56139efb331dcc860ff5b0cce3233 /README.md
parent6c594d916601e4f8a0eba0e950e54b05cb730202 (diff)
mention hdr metadata
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 64af599..ec86700 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ This software works with x11 and wayland, but when using Wayland then only monit
### 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. 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.
+3) HDR capture is supported (on wayland), but all GPU drivers have bugs that ignore HDR metadata so the HDR metadata will be missing in the video file. I will eventually patch the video file to workaround these GPU driver issues.
### 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).\