diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-08-26 02:54:05 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-26 02:54:05 +0200 |
commit | 78ab032cf5e6b0fa20646510f044436a765b745a (patch) | |
tree | f4b0021c7f799479f9a32e52d3a759f12ba1bed7 /README.md | |
parent | bf9df281d2cf5ecdb4de42b1aff9b1db89b37e6d (diff) |
Make audio recording optional
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,11 +11,12 @@ When recording a 4k game, fps drops from 30 to 7 when using OBS Studio, however 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`). +gpu screen recorder can be built using [sibs](https://git.dec05eba.com/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`). # 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. +Then stop the screen recorder with Ctrl+C.\ +There is also a gui for the gpu-screen-recorder, called [gpu-screen-recorder-gtk](https://git.dec05eba.com/gpu-screen-recorder-gtk/). # 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) |