소스 검색

Merge pull request #1918 from phantom-voltage/dev

Changed to a valid preset for h264_nvenc
Luke 9 년 전
부모
커밋
6e1ba4e3cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

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

@@ -341,7 +341,7 @@ namespace MediaBrowser.Api.Playback
             // h264 (h264_nvenc)
             // h264 (h264_nvenc)
             else if (string.Equals(videoCodec, "h264_nvenc", StringComparison.OrdinalIgnoreCase))
             else if (string.Equals(videoCodec, "h264_nvenc", StringComparison.OrdinalIgnoreCase))
             {
             {
-                param = "-preset high-performance";
+                param = "-preset default";
             }
             }
 
 
             // webm
             // webm