mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 09:38:25 +00:00
add yadif setting
This commit is contained in:
parent
3a1efe9edc
commit
1f12ab6658
3 changed files with 23 additions and 14 deletions
|
|
@ -13,6 +13,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
public string VaapiDevice { get; set; }
|
||||
public int H264Crf { get; set; }
|
||||
public string H264Preset { get; set; }
|
||||
public string DeinterlaceMethod { get; set; }
|
||||
public bool EnableHardwareEncoding { get; set; }
|
||||
public bool EnableSubtitleExtraction { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue