feat: add min_fps_target setting (#1043)

This commit is contained in:
ReenigneArcher
2024-06-18 20:09:23 -04:00
committed by GitHub
parent d6dd1ab42b
commit 722e5600c6
8 changed files with 44 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ namespace config {
int hevc_mode;
int av1_mode;
int min_fps_factor; // Minimum fps target, determines minimum frame time
int min_threads; // Minimum number of threads/slices for CPU encoding
struct {
std::string sw_preset;