mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #5730 from thornbill/disable-hevc-encoding
Disable HEVC encoding by default
This commit is contained in:
commit
9bf3ec4ae2
@ -35,7 +35,7 @@ namespace MediaBrowser.Model.Configuration
|
|||||||
EnableDecodingColorDepth10Vp9 = true;
|
EnableDecodingColorDepth10Vp9 = true;
|
||||||
EnableEnhancedNvdecDecoder = true;
|
EnableEnhancedNvdecDecoder = true;
|
||||||
EnableHardwareEncoding = true;
|
EnableHardwareEncoding = true;
|
||||||
AllowHevcEncoding = true;
|
AllowHevcEncoding = false;
|
||||||
EnableSubtitleExtraction = true;
|
EnableSubtitleExtraction = true;
|
||||||
HardwareDecodingCodecs = new string[] { "h264", "vc1" };
|
HardwareDecodingCodecs = new string[] { "h264", "vc1" };
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user