namespace ErsatzTV.FFmpeg.Format;
public static class VideoProfile
{
public const string Main = "main";
public const string High = "high";
}