From c8e2373fbb50a9163b55e348f6ff203a232a58d3 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 8 May 2022 22:29:10 -0700 Subject: [PATCH] export: increase default h264/5 quality --- app/dialog/export/codec/h264section.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/dialog/export/codec/h264section.h b/app/dialog/export/codec/h264section.h index 78fbef19a..8e095d938 100644 --- a/app/dialog/export/codec/h264section.h +++ b/app/dialog/export/codec/h264section.h @@ -38,8 +38,8 @@ public: int GetValue() const; - static const int kDefaultH264CRF = 23; - static const int kDefaultH265CRF = 28; + static const int kDefaultH264CRF = 18; + static const int kDefaultH265CRF = 23; private: static const int kMinimumCRF = 0;