aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDEC05EBA <dec05eba@protonmail.com>2020-03-30 21:46:40 +0200
committerGitHub <noreply@github.com>2020-03-30 21:46:40 +0200
commitc8f8ee5e680c7e10c981b317e9d13c0fc477d977 (patch)
tree8246d3890124a2d46666826674ac096045cec219 /README.md
parent14422058a43bc972f3e5e92948662c774e171322 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 08d72ec..673fbf5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# 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.
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.
* 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
+* Clean up the code!