diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-08-20 16:43:35 +0500 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-08-20 16:43:35 +0500 |
| commit | 710c57ef7cc39c6173137fda60dd49e85734b5ce (patch) | |
| tree | 9c1fc103c95c2a632323027b31b5218b3ab0cd16 /TODO | |
| parent | 47bb6235a4c9f5c8632f9a85d2ad2470254d8f7f (diff) | |
| parent | 8c33f61c75af723f55c2c235d6807686579fe157 (diff) | |
Merge tag '6.0.1' of https://repo.dec05eba.com/gpu-screen-recorder into debian
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -395,8 +395,6 @@ Add option to capture all monitors automatically. Make -w optional, to only capture audio. -Use GL_RGBA16F or GL_RGBA32F for hdr, that allows color values to be outside the 0.0 to 1.0 range. - https://registry.khronos.org/EGL/extensions/EXT/EGL_EXT_surface_SMPTE2086_metadata.txt Doesn't work: sibs run --args -w "/dev/video0;camera_width=800;camera_height=600;pixfmt=yuyv" -fm content -o video.mp4 @@ -431,3 +429,11 @@ Take color pipeline into consideration in kms hdr capture. Right now kde only us Maybe use 3D LUT for hdr tonemapping instead of per fragment math. Update cuda to the use the same device as the opengl context (egl device). + +List all available drm monitors on wayland (from any device) and select the gpu to record with based on the device attached to the monitor. + Do this by modifying the for_each_active_monitor_output to also return the device associated with the monitor. + +Support capturing directly in tty by using gbm to open the device instead of using x11/wayland. + It cant work on pre-gbm nvidia gpus, but eh; they cant run anything except x11 anyways. + +In application audio, list all pipewire clients instead of nodes that we can capture. That way we can list applications to capture in --list-application-audio before they start playing audio. |
