mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
Merge pull request #3877 from orryverducci/deinterlace-improvements
Deinterlacing improvements
This commit is contained in:
commit
9cbc016b0a
3 changed files with 35 additions and 20 deletions
|
|
@ -37,6 +37,8 @@ namespace MediaBrowser.Model.Configuration
|
|||
|
||||
public string EncoderPreset { get; set; }
|
||||
|
||||
public bool DeinterlaceDoubleRate { get; set; }
|
||||
|
||||
public string DeinterlaceMethod { get; set; }
|
||||
|
||||
public bool EnableDecodingColorDepth10Hevc { get; set; }
|
||||
|
|
@ -60,6 +62,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
VaapiDevice = "/dev/dri/renderD128";
|
||||
H264Crf = 23;
|
||||
H265Crf = 28;
|
||||
DeinterlaceDoubleRate = false;
|
||||
DeinterlaceMethod = "yadif";
|
||||
EnableDecodingColorDepth10Hevc = true;
|
||||
EnableDecodingColorDepth10Vp9 = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue