浏览代码

update bitrate detection

Luke Pulverenti 9 年之前
父节点
当前提交
74c1e8e12a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Model/Configuration/ServerConfiguration.cs

+ 1 - 1
MediaBrowser.Model/Configuration/ServerConfiguration.cs

@@ -274,7 +274,7 @@ namespace MediaBrowser.Model.Configuration
             PeopleMetadataOptions = new PeopleMetadataOptions();
 
             EnableVideoFrameAnalysis = true;
-            VideoFrameAnalysisLimitBytes = 600000000;
+            VideoFrameAnalysisLimitBytes = 800000000;
 
             InsecureApps9 = new[]
             {