mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
add vpp tonemapping for vaapi
This commit is contained in:
parent
326fa8ce38
commit
09b9fa3ce1
2 changed files with 69 additions and 26 deletions
|
|
@ -39,6 +39,8 @@ namespace MediaBrowser.Model.Configuration
|
|||
|
||||
public bool EnableTonemapping { get; set; }
|
||||
|
||||
public bool EnableVppTonemapping { get; set; }
|
||||
|
||||
public string TonemappingAlgorithm { get; set; }
|
||||
|
||||
public string TonemappingRange { get; set; }
|
||||
|
|
@ -90,6 +92,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
// The left side of the dot is the platform number, and the right side is the device number on the platform.
|
||||
OpenclDevice = "0.0";
|
||||
EnableTonemapping = false;
|
||||
EnableVppTonemapping = false;
|
||||
TonemappingAlgorithm = "hable";
|
||||
TonemappingRange = "auto";
|
||||
TonemappingDesat = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue