use subtitles to display errors (#512)

* use subtitles to display errors

* fix margin calculation
This commit is contained in:
Jason Dove
2021-11-27 12:25:30 -06:00
committed by GitHub
parent 7edf6f5d13
commit 1e35e9a5b0
6 changed files with 44 additions and 66 deletions
@@ -29,7 +29,7 @@ namespace ErsatzTV.Core.Interfaces.FFmpeg
TimeSpan inPoint,
TimeSpan outPoint);
Process ForError(
Task<Process> ForError(
string ffmpegPath,
Channel channel,
Option<TimeSpan> duration,