From 98e3aec676172e7d52cb85acf421af29b1c1eac9 Mon Sep 17 00:00:00 2001 From: phantom Date: Sun, 3 Jul 2016 17:16:00 -0700 Subject: [PATCH] Changed to a valid preset for h264_nvenc --- MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 89e62ed9b6..27b675294b 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -341,7 +341,7 @@ namespace MediaBrowser.Api.Playback // h264 (h264_nvenc) else if (string.Equals(videoCodec, "h264_nvenc", StringComparison.OrdinalIgnoreCase)) { - param = "-preset high-performance"; + param = "-preset default"; } // webm