aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-10-22 00:55:39 +0200
committerdec05eba <dec05eba@protonmail.com>2022-12-20 15:41:57 +0100
commita20cdd2d7f27be3956572c1d085bb157c341b5ff (patch)
treeeadf4ea38f0fabde5e823a20bd6b3736e3f40b9e
parent9d0d02ff6f841a06d63e04fbf6c4ec95307d050b (diff)
Amd and Intel kinda suck
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd13028..fe9973d 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ The plugin does everything on the GPU and gives the texture to OBS, but OBS does
FFMPEG only uses the GPU with CUDA when doing transcoding from an input video to an output video, and not when recording the screen when using x11grab. So FFMPEG has the same fps drop issues that OBS has.
# TODO
+* Support AMD and Intel, using VAAPI. Currently there are a lot of driver bugs with both AMD and Intel that causes video encoding to either fail, performance issues or causes the entire driver to crash.
* Dynamically change bitrate/resolution to match desired fps. This would be helpful when streaming for example, where the encode output speed also depends on upload speed to the streaming service.
* Show cursor when recording. Currently the cursor is not visible when recording a window.
* Implement opengl injection to capture texture. This fixes VRR without having to use NvFBC direct capture.