From 0d89378021b9e8913b521164d1bc436d9bc2630f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 4 Mar 2024 20:30:43 +0100 Subject: Use opengl capture for nvfbc (prepare for vulkan capture without cuda) --- TODO | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 2971a9e..8c0f567 100644 --- a/TODO +++ b/TODO @@ -114,4 +114,12 @@ Color range doesn't seem to work on nvidia. This might be because the output col Setup hardware video context so we can query constraints and capabilities for better default and better error messages. -Use CAP_SYS_NICE in flatpak too on the main gpu screen recorder binary. It makes recording smoother, especially with constant framerate. \ No newline at end of file +Use CAP_SYS_NICE in flatpak too on the main gpu screen recorder binary. It makes recording smoother, especially with constant framerate. + +Show error when using compressed kms plane which isn't supported. Also do that in the gui. + +Use video_codec_context->width/height instead of frame->width/height in capture. + +Modify ffmpeg to accept opengl texture for nvenc encoding. Removes extra buffers and copies. + +When vulkan encode is added, mention minimum nvidia driver required. (550.54.14?). -- cgit v1.2.3