浏览代码

Change defaults

Nick 2 年之前
父节点
当前提交
b89bf5d735
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      MediaBrowser.Model/Configuration/TrickplayOptions.cs

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

@@ -46,12 +46,12 @@ namespace MediaBrowser.Model.Configuration
         /// <summary>
         /// Gets or sets the ffmpeg output quality level.
         /// </summary>
-        public int Qscale { get; set; } = 10;
+        public int Qscale { get; set; } = 4;
 
         /// <summary>
         /// Gets or sets the jpeg quality to use for image tiles.
         /// </summary>
-        public int JpegQuality { get; set; } = 80;
+        public int JpegQuality { get; set; } = 90;
 
         /// <summary>
         /// Gets or sets the number of threads to be used by ffmpeg.