Merge pull request #1921 from MediaBrowser/beta

Beta
This commit is contained in:
Luke 2016-07-03 20:27:39 -04:00 committed by GitHub
commit 3407b5a340

View File

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