From 92492db788e97db028176c942e9aed047f8f152a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 13 Mar 2025 00:18:28 +0100 Subject: Add region capture with -w region -region WxH+X+Y --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 22c415c..9693e7b 100644 --- a/TODO +++ b/TODO @@ -244,3 +244,11 @@ Find out how nvidia-smi fixes nvenc not working on opensuse and do that ourselve Pulseaudio code: add "running" variable to loops to allow stopping the running code when quitting. Scale screenshot frame libswscale or implement lanczos shader for improved scaline for video as well. + +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. -- cgit v1.2.3-70-g09d2