add cover art watermark source (#491)

* add cover art watermark source

* update changelog
This commit is contained in:
Jason Dove
2021-11-23 10:02:36 -06:00
committed by GitHub
parent 852728c816
commit ac048b72ae
11 changed files with 88 additions and 48 deletions
@@ -274,7 +274,8 @@ namespace ErsatzTV.Core.Tests.FFmpeg
HorizontalMarginPercent = 7,
VerticalMarginPercent = 5
}),
new Resolution { Width = 1920, Height = 1080 })
new Resolution { Width = 1920, Height = 1080 },
None)
.WithDeinterlace(deinterlace)
.WithAlignedAudio(alignAudio ? Some(TimeSpan.FromMinutes(55)) : None);