This commit is contained in:
Luke Pulverenti 2016-07-03 20:42:22 -04:00
commit 0a5db9f2d7
1 changed files with 1 additions and 1 deletions

View File

@ -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