Fix #1432. Add support for encoding with libx265 and hevc_nvenc.

This commit is contained in:
Frank
2019-06-01 15:03:48 -07:00
parent b1f764984f
commit 3ba709fcc3
10 changed files with 124 additions and 55 deletions

View File

@@ -154,7 +154,7 @@ namespace MediaBrowser.Api.Playback
protected readonly CultureInfo UsCulture = new CultureInfo("en-US");
protected virtual string GetDefaultH264Preset()
protected virtual string GetDefaultEncoderPreset()
{
return "superfast";
}