2
0
Luke Pulverenti 11 жил өмнө
parent
commit
5ea002771a

+ 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";
                 }
             }