From ed526923240a605694c5bf87e43ed300591b98f6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 1 Jul 2020 23:53:06 +0200 Subject: Use ctrl+c instead of closing window to stop recording --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3