namespace ErsatzTV.Core.Domain; public enum FFmpegProfileBitDepth { EightBit = 0, TenBit = 1 }