aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-08-15 23:25:41 +0200
committerdec05eba <dec05eba@protonmail.com>2023-08-15 23:27:13 +0200
commit59bf8e3025eff66b0079ca6fce89df0d59d00859 (patch)
treec4aea901c64ef010de8b3522a56e4e39a4580ffe /TODO
parenta253be38b789385e2a04bd1deff5623980ed67e2 (diff)
Change nvenc preset to p5 to workaround new nvidia driver bug
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index d10660b..7a56f25 100644
--- a/TODO
+++ b/TODO
@@ -85,4 +85,8 @@ It may be possible to improve color conversion rgb->yuv shader for color edges b
When webcam is supported mention that nvidia_drm.modeset=1 must be set on nvidia x11 (it's required on wayland so it's not needed there. Or does eglstream work without it??). Check if this really is the case.
-Use vfr on nvidia x11 as well, otherwise network data could slow it down to below target fps and mess it up. \ No newline at end of file
+Use vfr on nvidia x11 as well, otherwise network data could slow it down to below target fps and mess it up.
+
+Preset is set to p5 for now but it should ideally be p6 or p7.
+ This change is needed because for certain sizes of a window (or monitor?) such as 971x780 causes encoding to freeze
+ when using h264 codec. This is a new(?) nvidia driver bug. \ No newline at end of file