Merge pull request #5730 from thornbill/disable-hevc-encoding

Disable HEVC encoding by default
This commit is contained in:
Bond-009 2021-04-08 18:16:04 +02:00 committed by GitHub
commit 9bf3ec4ae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ namespace MediaBrowser.Model.Configuration
EnableDecodingColorDepth10Vp9 = true;
EnableEnhancedNvdecDecoder = true;
EnableHardwareEncoding = true;
AllowHevcEncoding = true;
AllowHevcEncoding = false;
EnableSubtitleExtraction = true;
HardwareDecodingCodecs = new string[] { "h264", "vc1" };
}