aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-08-09 18:18:46 +0200
committerdec05eba <dec05eba@protonmail.com>2023-08-09 18:18:46 +0200
commita0e8e9ba59f61aa19220f0715a1c9c7c082ab2cc (patch)
tree96b7ac0f3b9f5e98bc9fdbb7130c9ac82851c4a8 /TODO
parent140199bf7bc55ca20ebd39891568cce1b53fba22 (diff)
Test fix recent regression in ffmpeg that increases cpu usage
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3a12264..d10660b 100644
--- a/TODO
+++ b/TODO
@@ -84,3 +84,5 @@ Enable opus/flac again. It's broken right now when merging audio inputs. The aud
It may be possible to improve color conversion rgb->yuv shader for color edges by biasing colors to an edge, instead of letting color overlaying with bilinear filtering handle it.
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