namespace ErsatzTV.FFmpeg.OutputFormat;
public enum OutputFormatKind
{
None,
Mkv,
MpegTs,
Mp4,
Hls,
Nut
}