aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-03-22 23:08:39 +0100
committerdec05eba <dec05eba@protonmail.com>2022-03-22 23:08:39 +0100
commit36fd4516db06bcb192e49055319d1778bbed0322 (patch)
treef33456375c33e82ff91eaa71d28d2a7bcecf0dd1 /README.md
parent821cacf9ffe4870ba98f32c5698a6d655341add4 (diff)
Add -s option to set record area size, fix workspace switch freezing recording on bspwm, make background black after resize
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7a7e1f4..263d6ca 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,6 @@ This gpu-screen-recorder keeps the window image on the GPU and sends it directly
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
-* Scale video when the window is rescaled.
* Support AMD and Intel, using VAAPI. cuda and vaapi should be loaded at runtime using dlopen instead of linking to those
libraries at compile-time.
* Clean up the code!