aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--TODO4
-rw-r--r--gpu-screen-recorder.12
3 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index c11fc66..e405647 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ There are also additional dependencies needed at runtime depending on your GPU v
* xnvctrl (libxnvctrl0, when using the `-oc` option)
# How to use
-Run `gpu-screen-recorder --help` to see all options and also examples.\
+Run `gpu-screen-recorder --help` to see all options and run `man gpu-screen-recorder` to see more detailed explanations for the options and also examples.\
There is also a gui for the gpu screen recorder called [GPU Screen Recorder GTK](https://git.dec05eba.com/gpu-screen-recorder-gtk/).\
There is also a new alternative UI for GPU Screen Recorder in the style of ShadowPlay called [GPU Screen Recorder UI](https://git.dec05eba.com/gpu-screen-recorder-ui/).
## Recording
diff --git a/TODO b/TODO
index 00db3fa..9a3a98a 100644
--- a/TODO
+++ b/TODO
@@ -405,3 +405,7 @@ Use GL_RGBA16F or GL_RGBA32F for hdr, that allows color values to be outside the
https://registry.khronos.org/EGL/extensions/EXT/EGL_EXT_surface_SMPTE2086_metadata.txt
Doesn't work: sibs run --args -w "/dev/video0;camera_width=800;camera_height=600;pixfmt=yuyv" -fm content -o video.mp4
+
+Delay adding audio data until 1 frames time has passed.
+
+Allow av1 in the flatpak. Do that by patching ffmpeg to support multiple nvenc codepaths by using header versions, the same way gsr does in the nvenc query.
diff --git a/gpu-screen-recorder.1 b/gpu-screen-recorder.1
index d0f1874..4c36764 100644
--- a/gpu-screen-recorder.1
+++ b/gpu-screen-recorder.1
@@ -581,7 +581,7 @@ Close other screen recorders (including idle OBS)
.IP \(bu 3
NVIDIA: CUDA breaks after suspend (install gsr-nvidia.conf fix)
.IP \(bu 3
-AMD: Possible black bars colors with HEVC/AV1 (use H264 or FFmpeg >=8)
+AMD: Possible black bars in output video with HEVC/AV1 (use H264 or FFmpeg >=8)
.SH SEE ALSO
.UR https://git.dec05eba.com/gpu-screen-recorder
Project homepage