mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Add -fallback-cpu-encoding option to use cpu encoding (x264) if gpu encoding is not available on the system
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
typedef struct gsr_egl gsr_egl;
|
||||
|
||||
#define NUM_ARGS 31
|
||||
#define NUM_ARGS 32
|
||||
|
||||
typedef enum {
|
||||
ARG_TYPE_STRING,
|
||||
@@ -76,6 +76,7 @@ typedef struct {
|
||||
const char *recording_saved_script;
|
||||
bool verbose;
|
||||
bool gl_debug;
|
||||
bool fallback_cpu_encoding;
|
||||
bool record_cursor;
|
||||
bool date_folders;
|
||||
bool restore_portal_session;
|
||||
|
||||
Reference in New Issue
Block a user