Add CQP for older intel iGPU's

This commit is contained in:
Loki
2021-07-24 19:33:23 +01:00
parent 844ba53f54
commit ab70a056fc
5 changed files with 31 additions and 43 deletions
+1 -2
View File
@@ -11,8 +11,7 @@
namespace config {
struct video_t {
// ffmpeg params
int crf; // higher == more compression and less quality
int qp; // higher == more compression and less quality, ignored if crf != 0
int qp; // higher == more compression and less quality
int hevc_mode;