add tonemap algorithm setting to ffmpeg profile (#2039)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace ErsatzTV.Core.Domain;
|
||||
|
||||
public enum FFmpegProfileTonemapAlgorithm
|
||||
{
|
||||
Linear = 0,
|
||||
Clip = 1,
|
||||
Gamma = 2,
|
||||
Reinhard = 3,
|
||||
Mobius = 4,
|
||||
Hable = 5
|
||||
}
|
||||
Reference in New Issue
Block a user