Add encoding option bobandweave, change back the EncodingHelper logic

pull/2639/head
Peter Maar 5 years ago
parent 8531ed646d
commit 7716deddf0

@ -2011,7 +2011,7 @@ namespace MediaBrowser.Controller.MediaEncoding
} }
else else
{ {
filters.Add("yadif=1:-1:0"); filters.Add("yadif=0:-1:0");
} }
} }

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

Loading…
Cancel
Save