aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-15 21:55:16 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-15 21:55:16 +0200
commita3b773a963adc57dfb0b22ca02ae7b5e30bdb716 (patch)
treeeba5915c7915d2e84e6f25cb1e70e8c9b12c0134 /TODO
parent7b1c546321785224ef0d2df4d2f392d8d292c37e (diff)
Show warning when capture monitor on intel and the plane is compressed. The warning tells the user to capture on x11 instead or use -w portal option
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index b4dae18..71e058e 100644
--- a/TODO
+++ b/TODO
@@ -152,4 +152,6 @@ To test vulkan encode on amd set the environment variable RADV_PERFTEST=video_en
Support hevc/av1 for software encoder and hdr support at the same time. Need support for yuv420p shader for that. Use libx265 for hevc and libsvtav1 for av1 (libsvtav1 is the fastest software av1 video encoder). Also support vp8/vp9 since we are not limited by hardware.
-Cleanup pipewire code and add more error checks. \ No newline at end of file
+Cleanup pipewire code and add more error checks.
+
+Detect if recording monitor on intel and plane is compressed. In that case give an error and tell the user to use -w portal instead.