Update README.md
This commit is contained in:
parent
14422058a4
commit
c8f8ee5e68
@ -1,5 +1,5 @@
|
|||||||
# Hardware screen recorder
|
# Hardware screen recorder
|
||||||
This is a screen recorder that has minimal impact on system performance by doing recording a window using the GPU only,
|
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.
|
similar to shadowplay on windows.
|
||||||
|
|
||||||
This project is still early in development.
|
This project is still early in development.
|
||||||
@ -16,4 +16,4 @@ X11, Nvidia (cuda)
|
|||||||
* Use the sound source in src/sound.cpp to record audio and mux it with ffmpeg to the final video.
|
* 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
|
* 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.
|
libraries at compile-time.
|
||||||
* Clean up the code!
|
* Clean up the code!
|
||||||
|
Loading…
Reference in New Issue
Block a user