diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-16 14:21:17 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-16 14:21:17 +0100 |
commit | 1b5cde07896518202f491672977beb3172142f12 (patch) | |
tree | 41a9fb4646090448e686345221656a7baaee763f /TODO | |
parent | 62bbdd7c30e3638e7ade7828df6ddc4e41fccb9e (diff) |
Support taking a screenshot (-o image.jpg/image.png)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |