diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | TODO | 4 | ||||
| -rw-r--r-- | gpu-screen-recorder.1 | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -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 @@ -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 |
