提交 e67d0427 编写于 作者: J jp9000

obs-ffmpeg: Enable NVENC psycho_aq by default for now

上级 731784cd
......@@ -403,7 +403,7 @@ void nvenc_defaults(obs_data_t *settings)
obs_data_set_default_string(settings, "rate_control", "CBR");
obs_data_set_default_string(settings, "preset", "hq");
obs_data_set_default_string(settings, "profile", "high");
obs_data_set_default_bool(settings, "psycho_aq", false);
obs_data_set_default_bool(settings, "psycho_aq", true);
obs_data_set_default_int(settings, "gpu", 0);
obs_data_set_default_int(settings, "bf", 2);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册