aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-25 19:54:33 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-25 19:54:33 +0100
commit450bc0ac4a564e482d62e2e5e9b1b4eb0b82320d (patch)
tree0b46ecdec85bcd444f8c0ca347178a02c75201e4 /TODO
parent8e267bb3b0ba3b3ffec963416b0e67a210338e6c (diff)
Dont normalize audio for mixed audio. This matches app audio|device audio mix, fixes mic audio being decreased
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 09a6929..9038177 100644
--- a/TODO
+++ b/TODO
@@ -204,6 +204,7 @@ Ffmpeg fixed black bars in videos on amd when using hevc and when recording at s
https://github.com/FFmpeg/FFmpeg/commit/bcfbf2bac8f9eeeedc407b40596f5c7aaa0d5b47
https://github.com/FFmpeg/FFmpeg/commit/d0facac679faf45d3356dff2e2cb382580d7a521
Disable gpu screen recorder black bar handling when using hevc on amd when the libavcodec version is the one that comes after those commits.
+ Also consider the mesa version, to see if the gpu supports this.
Use opengl compute shader instead of graphics shader. This might allow for better performance when games are using 100% of graphics unit which might fix issue with 100% gpu usage causing gpu screen recorder to run slow when not using vaapi to convert rgb to nv12(?).