mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
add an enhanced nvdec decoder
This commit is contained in:
parent
3806cc5b3f
commit
326fa8ce38
2 changed files with 262 additions and 255 deletions
|
|
@ -65,6 +65,8 @@ namespace MediaBrowser.Model.Configuration
|
|||
|
||||
public bool EnableDecodingColorDepth10Vp9 { get; set; }
|
||||
|
||||
public bool EnableEnhancedNvdecDecoder { get; set; }
|
||||
|
||||
public bool EnableHardwareEncoding { get; set; }
|
||||
|
||||
public bool AllowHevcEncoding { get; set; }
|
||||
|
|
@ -100,6 +102,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
DeinterlaceMethod = "yadif";
|
||||
EnableDecodingColorDepth10Hevc = true;
|
||||
EnableDecodingColorDepth10Vp9 = true;
|
||||
EnableEnhancedNvdecDecoder = true;
|
||||
EnableHardwareEncoding = true;
|
||||
AllowHevcEncoding = true;
|
||||
EnableSubtitleExtraction = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue