add option to allow watermarks over filler (#796)

This commit is contained in:
Jason Dove
2022-05-09 17:51:11 -05:00
committed by GitHub
parent 59c793b9be
commit bd5b52922d
19 changed files with 4406 additions and 25 deletions
@@ -489,7 +489,8 @@ public class TranscodingTests
TimeSpan.Zero,
TimeSpan.FromSeconds(5),
0,
None);
None,
false);
// Console.WriteLine($"ffmpeg arguments {string.Join(" ", process.StartInfo.ArgumentList)}");