aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-09-25 02:35:58 +0200
committerdec05eba <dec05eba@protonmail.com>2022-09-25 02:35:58 +0200
commit0a43a4992d41a64332e4246292ec1a9796e11b5b (patch)
treedf62d6215d0719d1d4fd04454185a4ef27efd81b /README.md
parent113a75395c4eaeb017d510060b8c113800a46f19 (diff)
Add custom streaming service option. Fix focused window option in some cases
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e75b088..7e05357 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ where only the last few seconds are saved.
Does not work when using gtk client side decorations (such as on Pop OS). Either disable those (if possible), install gtk-nocsd or record the whole monitor/screen if you have NvFBC.\
NvFBC doesn't work with PRIME, so if you are using PRIME then you can't record the monitor/screen, you have to record a single window.\
+All recording modes record in hevc (h265) in a mp4 format, except live streaming that records in h264 in a flv format.
+
## Installation
This program depends on [gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/) which needs to be installed first.\
Run `./build.sh` or if you are running Arch Linux, then you can find gpu screen recorder gtk on aur under the name gpu-screen-recorder-gtk-git (`yay -S gpu-screen-recorder-gtk-git`).\