Changed to a valid preset for h264_nvenc

pull/702/head
phantom 8 years ago
parent 986cdc429f
commit 98e3aec676

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

Loading…
Cancel
Save