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;