Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | Add option to change output resolution (-s) | dec05eba | |
2024-09-20 | Remove damage tracking for now, better frame timing (deal with time error ↵ | dec05eba | |
accumulation) | |||
2024-08-17 | Add hevc_10bit and av1_10bit options for 10bit color range, increase video ↵ | dec05eba | |
quality (qp) | |||
2024-07-05 | Separate video encoding method from capture method | dec05eba | |
With this instead of kms_cuda/kms_vaapi/kms_software and xcomposite_cuda/xcomposite_vaapi/xcomposite_software there is now only kms and xcomposite. | |||
2024-06-10 | Remove video_alignment_padding variable, replace with putting capture ↵ | dec05eba | |
content in the center with frame resolution and capture resolution diff | |||
2024-06-10 | Take amd hevc video alignment padding into consideration to move video ↵ | dec05eba | |
content to center of video with black bars on all sides instead of only right/bottom | |||
2024-06-10 | Revert "Fix screen capture on intel arc gpu (on x11 and wayland)" | dec05eba | |
This reverts commit f8453bcaa4b488aea601af632ab5656979eb6024. | |||
2024-06-09 | Fix screen capture on intel arc gpu (on x11 and wayland) | dec05eba | |
2024-03-11 | Add -cursor option to not record cursor | dec05eba | |
2024-03-09 | Refactor capture base | dec05eba | |
2024-03-08 | Set frame size to video codec context size, nicer rgb to nv12 | dec05eba | |
2024-03-08 | Refactor kms_vaapi and kms_cuda | dec05eba | |
Also fixes color metadata, color range and hdr on nvidia wayland. |