aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-02-16 14:21:17 +0100
committerdec05eba <dec05eba@protonmail.com>2025-02-16 14:21:17 +0100
commit1b5cde07896518202f491672977beb3172142f12 (patch)
tree41a9fb4646090448e686345221656a7baaee763f /TODO
parent62bbdd7c30e3638e7ade7828df6ddc4e41fccb9e (diff)
Support taking a screenshot (-o image.jpg/image.png)
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 51d9b0d..9e36e81 100644
--- a/TODO
+++ b/TODO
@@ -228,3 +228,5 @@ Make it possible to save a shorter replay clip remotely. Maybe implement ipc fir
Add an option to pass http headers when streaming. Some streaming services require streaming keys to be passed in a http header instead of in the url as a parameter.
When adding vulkan video support add VK_VIDEO_ENCODE_TUNING_MODE_LOW_LATENCY_KHR.
+
+Implement screenshot without invoking opengl (which is slow to start on some systems).