NVENC: Auto-Select 2pass mode for 720p60

master
BtbN 2015-12-08 20:34:09 +01:00
parent 22d20427e2
commit cdf89e6819
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ void NVENCEncoder::init()
encoderPreset = NV_ENC_PRESET_HQ_GUID;
is2PassRC = false;
}
if (height > 720 || (height == 720 && fps > 30))
if (height > 720 || (height == 720 && fps > 60))
{
encoderPreset = NV_ENC_PRESET_LOW_LATENCY_HQ_GUID;
is2PassRC = false;