add yadif setting

This commit is contained in:
Luke Pulverenti
2017-09-17 02:42:23 -04:00
parent 3a1efe9edc
commit 1f12ab6658
3 changed files with 23 additions and 14 deletions

View File

@@ -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; }