diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-03-22 23:08:39 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-03-22 23:08:39 +0100 |
commit | 36fd4516db06bcb192e49055319d1778bbed0322 (patch) | |
tree | f33456375c33e82ff91eaa71d28d2a7bcecf0dd1 /README.md | |
parent | 821cacf9ffe4870ba98f32c5698a6d655341add4 (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.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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! |