use subtitles instead of drawtext for songs (#510)

This commit is contained in:
Jason Dove
2021-11-26 21:39:10 -06:00
committed by GitHub
parent 2cb5252320
commit 919325033d
6 changed files with 36 additions and 32 deletions
@@ -42,7 +42,7 @@ namespace ErsatzTV.Core.Interfaces.FFmpeg
Task<Either<BaseError, string>> GenerateSongImage(
string ffmpegPath,
Option<string> drawtextFile,
Option<string> subtitleFile,
Channel channel,
Option<ChannelWatermark> globalWatermark,
MediaVersion videoVersion,