aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-11-27 16:42:11 +0100
committerdec05eba <dec05eba@protonmail.com>2023-11-27 16:42:11 +0100
commit21a8180f8245656fd00cf2d9f32ea9ca4f71db65 (patch)
tree2f03f9b4f76f3ea5262f2e7546bcdde63bdea754 /TODO
parente99b1e66f0179dbce5760f0df55c39fde753f1c8 (diff)
test
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index cae7f23..97a741d 100644
--- a/TODO
+++ b/TODO
@@ -105,4 +105,4 @@ Make it possible to select which /dev/dri/card* to use, but that requires opengl
Support I915_FORMAT_MOD_Y_TILED_CCS (and other power saving modifiers, see https://trac.ffmpeg.org/ticket/8542). The only fix may be to use desktop portal for recording. This issue doesn't appear on x11 since these modifiers are not used by xorg server.
Test if p2 state can be worked around by using pure nvenc api and overwriting cuInit/cuCtxCreate* to not do anything. Cuda might be loaded when using nvenc but it might not be used, with certain record options? (such as h264 p5).
- nvenc uses cuda when using b frames and rgb->yuv conversion, so convert the image ourselves instead.
+ nvenc uses cuda when using b frames and rgb->yuv conversion, so convert the image ourselves instead.-