aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-14 00:17:52 +0100
committerdec05eba <dec05eba@protonmail.com>2025-03-14 00:17:52 +0100
commitbab9a0560d15e7e1621469cf8db3e70bc29833b6 (patch)
treec4b9b13c745be217c53cef1c64eda70aecee0f8d /TODO
parent5d87dbd075360109436bb35e28eac5ba9320e80b (diff)
5.3.05.3.0
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 9693e7b..289eb68 100644
--- a/TODO
+++ b/TODO
@@ -249,6 +249,4 @@ Support high quality scaling with -s by using lanczos.
Support spanning multiple monitors with region capture. This would also allow the user to record multiple monitors at the same time, the same way screen-direct works on nvidia x11.
-Use x11 grab (or shmgetimage https://stackoverflow.com/questions/43442675/how-to-use-xshmgetimage-and-xshmputimage) instead of nvfbc for fullscreen screenshot on nvidia x11. Right now you cant record and take a screenshot because nvidia driver limitation that only allows one nvfbc session at a time system-wide.
-
When webcam support is added also support v4l2loopback? this is done by using avdevice_register_all(); and -c v4l2 -o /dev/video0; but it needs to output raw data as well instead of h264 and possibly yuv420p. Maybe add a -k yuv420p option to do that.