aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-10-22 00:55:39 +0200
committerdec05eba <dec05eba@protonmail.com>2022-10-22 00:55:39 +0200
commit4e24761e60be2914e4e910eeb0b1dacb4b88c9e2 (patch)
tree0f424a198dfe7a3b87716a367704bea948acba16
parentce433d9b1e08ffd33b8eaff9fcecbfc41a5faf51 (diff)
Amd and Intel kinda suck
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c4e7a3b..d0d5ea5 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,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.
+* 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.
libraries at compile-time.
* Clean up the code!
* 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.