mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Improve controls for deinterlace method; matches with jellyfin-web changes
This commit is contained in:
@@ -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" };
|
||||
|
||||
Reference in New Issue
Block a user