From 62d61fda12e3774fee6b671e44fb89bd2ef8da8c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 4 Jul 2024 01:35:03 +0200 Subject: Add support for software video encoding with '-encoder cpu' option, currently h264 only --- include/capture/nvfbc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/capture/nvfbc.h') diff --git a/include/capture/nvfbc.h b/include/capture/nvfbc.h index 36bc2b6..e24b712 100644 --- a/include/capture/nvfbc.h +++ b/include/capture/nvfbc.h @@ -15,6 +15,7 @@ typedef struct { bool hdr; gsr_color_range color_range; bool record_cursor; + bool use_software_video_encoder; } gsr_capture_nvfbc_params; gsr_capture* gsr_capture_nvfbc_create(const gsr_capture_nvfbc_params *params); -- cgit v1.2.3