Add CQP for older intel iGPU's
This commit is contained in:
@@ -147,7 +147,6 @@ int coder_from_view(const std::string_view &coder) {
|
||||
} // namespace amd
|
||||
|
||||
video_t video {
|
||||
0, // crf
|
||||
28, // qp
|
||||
|
||||
0, // hevc_mode
|
||||
@@ -582,7 +581,6 @@ void apply_config(std::unordered_map<std::string, std::string> &&vars) {
|
||||
std::cout << "["sv << name << "] -- ["sv << val << ']' << std::endl;
|
||||
}
|
||||
|
||||
int_f(vars, "crf", video.crf);
|
||||
int_f(vars, "qp", video.qp);
|
||||
int_f(vars, "min_threads", video.min_threads);
|
||||
int_between_f(vars, "hevc_mode", video.hevc_mode, { 0, 3 });
|
||||
|
||||
Reference in New Issue
Block a user