aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-01 23:53:06 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-01 23:53:06 +0200
commited526923240a605694c5bf87e43ed300591b98f6 (patch)
tree83c19a0519ce2f824c99c03dfff3542d675f85f1 /README.md
parent0ec013395fb93a51009894f251e3839842206feb (diff)
Use ctrl+c instead of closing window to stop recording
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index bf2774d..70a0c58 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,9 @@ the fps remains at 30.
# Installation
gpu screen recorder can be built using [sibs](https://github.com/DEC05EBA/sibs) or if you are running Arch Linux, then you can find it on aur under the name gpu-screen-recorder-git (`yay -S gpu-screen-recorder-git`).
-# Example
-Run `interactive.sh` or run `gpu-screen-recorder -w 0x1c00001 -c mp4 -f 60 -a bluez_sink.00_18_09_8A_07_93.a2dp_sink.monitor > test_video.mp4`
+# How to use
+Run `interactive.sh` or run gpu-screen-recorder directly, for example: `gpu-screen-recorder -w 0x1c00001 -c mp4 -f 60 -a bluez_sink.00_18_09_8A_07_93.a2dp_sink.monitor > test_video.mp4`\
+Then stop the screen recorder with Ctrl+C.
# Demo
[![Click here to watch a demo video on youtube](https://img.youtube.com/vi/n5tm0g01n6A/0.jpg)](https://www.youtube.com/watch?v=n5tm0g01n6A)
@@ -34,4 +35,4 @@ FFMPEG only uses the GPU with CUDA when doing transcoding from an input video to
* 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!
-* Fix segfault in debug mode \ No newline at end of file
+* Fix segfault in debug mode