Fine tune some tone mapping params

*Set recommand algorithm to Hable
*Set recommand tone mapping peak to 100
This commit is contained in:
nyanmisaka 2020-12-12 18:24:25 +08:00
parent b3caa51173
commit 7be3276dff

View File

@ -88,11 +88,11 @@ namespace MediaBrowser.Model.Configuration
// The left side of the dot is the platform number, and the right side is the device number on the platform. // The left side of the dot is the platform number, and the right side is the device number on the platform.
OpenclDevice = "0.0"; OpenclDevice = "0.0";
EnableTonemapping = false; EnableTonemapping = false;
TonemappingAlgorithm = "reinhard"; TonemappingAlgorithm = "hable";
TonemappingRange = "auto"; TonemappingRange = "auto";
TonemappingDesat = 0; TonemappingDesat = 0;
TonemappingThreshold = 0.8; TonemappingThreshold = 0.8;
TonemappingPeak = 0; TonemappingPeak = 100;
TonemappingParam = 0; TonemappingParam = 0;
H264Crf = 23; H264Crf = 23;
H265Crf = 28; H265Crf = 28;