Improve controls for deinterlace method; matches with jellyfin-web changes

This commit is contained in:
Peter Maar
2020-02-23 21:40:53 -05:00
parent 7716deddf0
commit 818695a01e
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ namespace MediaBrowser.Model.Configuration
VaapiDevice = "/dev/dri/renderD128";
H264Crf = 23;
H265Crf = 28;
DeinterlaceMethod = "bobandweave";
DeinterlaceMethod = "yadif";
EnableHardwareEncoding = true;
EnableSubtitleExtraction = true;
HardwareDecodingCodecs = new string[] { "h264", "vc1" };