use embedded song cover art (#514)

This commit is contained in:
Jason Dove
2021-11-27 21:08:18 -06:00
committed by GitHub
parent 7f84933c0b
commit b4c9cdbbfa
11 changed files with 94 additions and 20 deletions
@@ -40,6 +40,8 @@ namespace ErsatzTV.Core.Interfaces.FFmpeg
Process ConvertToPng(string ffmpegPath, string inputFile, string outputFile);
Process ExtractAttachedPicAsPng(string ffmpegPath, string inputFile, int streamIndex, string outputFile);
Task<Either<BaseError, string>> GenerateSongImage(
string ffmpegPath,
Option<string> subtitleFile,