Luke Pulverenti %!s(int64=11) %!d(string=hai) anos
pai
achega
5ea002771a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      MediaBrowser.Api/Playback/BaseStreamingService.cs

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

@@ -324,7 +324,7 @@ namespace MediaBrowser.Api.Playback
 
                 if (!hasFixedResolution)
                 {
-                    param += " crf18";
+                    param += " -crf 18";
                 }
             }
 
@@ -336,7 +336,7 @@ namespace MediaBrowser.Api.Playback
 
                 if (!hasFixedResolution)
                 {
-                    param += " crf18";
+                    param += " -crf 18";
                 }
             }