aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-04-01 19:25:16 +0200
committerdec05eba <dec05eba@protonmail.com>2020-06-21 14:41:11 +0200
commit2fcd3ee3e5dbf65841d5e457aa1a558fee471433 (patch)
tree3858678f2954b91f092ecbfe6b60c0a5f941585b /README.md
parent5e60805c3681a705240d49a0c5c589ff65d7aa83 (diff)
Add audio support
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 279b8de..974214d 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
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.
+The output is an h264 encoded video with aac audio.
+
This project is still early in development.
# Performance
@@ -12,11 +14,10 @@ the fps remains at 30.
`gpu-screen-recorder 0x1c00001 mp4 60 > test_video.mp4`
# Requirements
-X11, Nvidia (cuda)
+X11, Nvidia (cuda), pulseaudio
# 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!