rework mpeg-ts mode (#557)

This commit is contained in:
Jason Dove
2022-01-05 21:27:28 -06:00
committed by GitHub
parent 004c43f895
commit 594ce437fb
19 changed files with 4009 additions and 20 deletions
@@ -38,6 +38,8 @@ namespace ErsatzTV.Core.Interfaces.FFmpeg
Process ConcatChannel(string ffmpegPath, bool saveReports, Channel channel, string scheme, string host);
Process WrapSegmenter(string ffmpegPath, bool saveReports, Channel channel, string scheme, string host);
Process ConvertToPng(string ffmpegPath, string inputFile, string outputFile);
Process ExtractAttachedPicAsPng(string ffmpegPath, string inputFile, int streamIndex, string outputFile);