فهرست منبع

update wmv param

Luke Pulverenti 11 سال پیش
والد
کامیت
297e5efead
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 1 - 1
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -313,7 +313,7 @@ namespace MediaBrowser.Api.Playback
             // asf/wmv
             if (videoCodec.Equals("wmv2", StringComparison.OrdinalIgnoreCase))
             {
-                return "-g 100 -qmax 15";
+                return "-qmin 2";
             }
 
             if (videoCodec.Equals("libx264", StringComparison.OrdinalIgnoreCase))