mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-17 21:20:46 +01:00
Fix #1432. Add support for encoding with libx265 and hevc_nvenc.
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user