Skip to content

Commit

Permalink
UI: Change "hq" to use P5 when upgrading NVENC
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Oct 20, 2022
1 parent 3d5570f commit ead7ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/obs-app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2833,7 +2833,7 @@ static void convert_28_1_encoder_setting(const char *encoder, const char *file)
obs_data_set_string(data, "multipass", "qres");

} else if (astrcmpi(preset, "hq") == 0) {
obs_data_set_string(data, "preset2", "p4");
obs_data_set_string(data, "preset2", "p5");
obs_data_set_string(data, "tune", "hq");
obs_data_set_string(data, "multipass", "qres");

Expand Down

0 comments on commit ead7ae2

Please sign in to comment.