mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Add option to allow HEVC usage on older Intel GPUs without low-power encoding
This commit is contained in:
@@ -763,7 +763,9 @@ namespace video {
|
||||
{ "profile"s, (int) qsv::profile_hevc_e::main_10 },
|
||||
},
|
||||
// Fallback options
|
||||
{},
|
||||
{
|
||||
{ "low_power"s, []() { return config::video.qsv.qsv_slow_hevc ? 0 : 1; } },
|
||||
},
|
||||
std::nullopt, // QP rate control fallback
|
||||
"hevc_qsv"s,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user