namespace ErsatzTV.FFmpeg.Format;
public interface IPixelFormat
{
string Name { get; }
string FFmpegName { get; }
}