Add configurable variable QP for video

This commit is contained in:
loki
2019-12-12 13:13:10 +01:00
parent c819664e33
commit 4569eea05b
5 changed files with 25 additions and 13 deletions
+1
View File
@@ -10,6 +10,7 @@ struct video_t {
int max_b_frames;
int gop_size;
int crf; // higher == more compression and less quality
int qp; // higher == more compression and less quality, ignored if crf != 0
int threads; // Number threads used by ffmpeg