diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-24 01:30:16 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-24 01:30:16 +0100 |
commit | d12f312bc13874b9adf076103cf5f1325a0b1249 (patch) | |
tree | 9163a8961e0948801c9d648dd51f2e21f9f97d91 /TODO | |
parent | 34f0eeebcdddafc9e6a5e387c5004aec01b96c3f (diff) |
Change jpeg quality parameters
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/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. + The version is libavcodec >= 61.28.100 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(?). |