浏览代码

Merge pull request #4774 from nyanmisaka/finetune-tonemap

Fine tune some tone mapping params

(cherry picked from commit 381341c83b165617e4653d419ebdd450388ce6b0)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
Bond-009 4 年之前
父节点
当前提交
98c081f0ce
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      MediaBrowser.Model/Configuration/EncodingOptions.cs

+ 2 - 2
MediaBrowser.Model/Configuration/EncodingOptions.cs

@@ -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;