diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-26 19:13:20 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-26 19:13:20 +0200 |
commit | 9485df761fc454fd4897d8ed1c2667300cace693 (patch) | |
tree | a08ef346d47cf7fac588339ef22b89f737ed9ac1 | |
parent | 815350a5cafcb734c6485084fd9424b79a2ae839 (diff) |
README update
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | TODO | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -187,7 +187,7 @@ You have to either record in hdr mode (-k `hevc_hdr` or -k `av1_hdr` option) to ## GPU Screen Recorder records night light when recording in HDR mode You can record with desktop portal option (`-w portal`) instead which ignores night light, if you are ok with recording without HDR. ## Kdenlive says that the video is not usable for editing because it has variable frame rate -To fix this you can either just press cancel, which will allow you to continue or record the video in .mkv format or constant frame rate (-fm cfr). +To fix this you can either just press cancel, which will allow you to continue or record the video in .mkv format or constant frame rate (-fm cfr). I recommend recording the video in .mkv format and variable frame rate (-fm vfr). ## Colors look incorrect when recording HDR (with hevc_hdr/av1_hdr) or using an ICC profile KDE Plasma version 6.2 broke HDR and ICC profiles for screen recorders. This was changed in KDE plasma version 6.3 and recording HDR works now, as long as you set HDR brightness to 100% (which means setting "Maximum SDR Brightness" in KDE plasma display settings to 203) and set color accuracy to "Prefer color accuracy". If you want to convert HDR to SDR then record with desktop portal option (`-w portal`) instead. I don't know how well recording HDR works in wayland compositors other than KDE plasma. @@ -287,3 +287,5 @@ When rpc is added add the option to add/remove audio devices/app audio and also Support hdr screenshot. Recreate opengl context on loss. This can happen if there is a gpu driver bug, causing context to need to be recreated. This is a nice improvement to not break recording even with buggy driver. + +Support saving video with surround sound. Surround sound audio capture does work, but it gets downmixed to stereo. |