aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-20 15:50:03 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-20 15:55:14 +0200
commitacf1624d2d6857d7eaae3ab8ac06f036a921a8ec (patch)
tree204196c2aa246d14e41e12c167d9364a413a8b7f /TODO
parentc4e917e677a901f3891cf2687790d5c52eb63b1f (diff)
Move argument parsing to different file
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index cb2dd1a..f778eff 100644
--- a/TODO
+++ b/TODO
@@ -271,3 +271,10 @@ HDR looks incorrect, brightest point gets cut off.
Make "screen" capture the preferred monitor.
When webcam support is added add the option to add it as a second video track, to make it easier to edit in video editors.
+
+Fix constant framerate not working properly on amd/intel because capture framerate gets locked to the same framerate as
+ game framerate, which doesn't work well when you need to encode multiple duplicate frames (AMD/Intel is slow at encoding!).
+ It also appears to skip audio frames on nvidia wayland? why? that should be fine, but it causes video stuttering because of audio/video sync.
+
+Add option to set replay recording directory.
+Add the option to record while live streaming (with the same way it's done for replay, but require setting streaming recording directory). \ No newline at end of file