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