Files
ersatztv/ErsatzTV.FFmpeg/OutputFormat/OutputFormatKind.cs
T
Jason DoveandGitHub b46de50801 add hls segmenter fmp4 streaming mode (#2468)
* add streaming mode segmenter fmp4

* allow hevc channel preview
2025-09-30 10:04:02 -05:00

14 lines
147 B
C#

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