aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2026-04-17 00:56:22 +0200
committerdec05eba <dec05eba@protonmail.com>2026-04-17 00:56:22 +0200
commit286158a838e94420403257cf8c6e9052ff02b9f1 (patch)
tree5ed24ffebd5524327bd273a9a8cba6d3cfb4d6fc /TODO
parent8b953e95d850522fd5d17b7d65df48ab217c9186 (diff)
Implement vulkan video capture (h264, hevc and av1)
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9a3a98a..bc08d75 100644
--- a/TODO
+++ b/TODO
@@ -409,3 +409,7 @@ Doesn't work: sibs run --args -w "/dev/video0;camera_width=800;camera_height=600
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.
+
+Increase qp on av1 non-nvidia, decrease qp on h264 nvidia. For vulkan.
+
+Check if the vulkan codec query works on nvidia x11.