mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
e223556b5de2b7eebd995ac61ddd99a3b1f1ac6d
gpu screen recorder
This is a screen recorder that has minimal impact on system performance by recording a window using the GPU only, similar to shadowplay on windows.
This project is still early in development.
Performance
When recording a 4k game, fps drops from 30 to 7 when using OBS Studio, however when using this screen recorder the fps remains at 30.
Requirements
X11, Nvidia (cuda)
TODO
- Scale video when the window is rescaled.
- Use the sound source in src/sound.cpp to record audio and mux it with ffmpeg to the final video.
- 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!
Languages
C
71.9%
C++
24.7%
Roff
2%
Meson
0.6%
Shell
0.6%
Other
0.2%