aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-03-30 17:22:57 +0200
committerdec05eba <dec05eba@protonmail.com>2020-03-30 17:24:31 +0200
commite74278a04209070fa648e73c7c392e719fc78d09 (patch)
tree07e2cecc5b970bb3396a7f165afa88c471da436c /README.md
parent405f810457b760a2fba64c340efdeefa2f6ab892 (diff)
Fix frame timing
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..08d72ec
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# Hardware screen recorder
+This is a screen recorder that has minimal impact on system performance by doing 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
+* Support resizing the target window! right now that crashes the recorder.
+* 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! \ No newline at end of file