mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Prefer Cuvid to Nvdec by default for better performance
This commit is contained in:
parent
ca517af0d9
commit
18c7dc210c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
DeinterlaceMethod = "yadif";
|
||||
EnableDecodingColorDepth10Hevc = true;
|
||||
EnableDecodingColorDepth10Vp9 = true;
|
||||
EnableEnhancedNvdecDecoder = true;
|
||||
EnableEnhancedNvdecDecoder = false;
|
||||
PreferSystemNativeHwDecoder = true;
|
||||
EnableIntelLowPowerH264HwEncoder = false;
|
||||
EnableIntelLowPowerHevcHwEncoder = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue