add mpegts script system (#2609)

* add basic mpegts script

* use custom mpegts script

* update changelog
This commit is contained in:
Jason Dove
2025-11-07 13:20:17 -06:00
committed by GitHub
parent c3c7ff2669
commit 053b3cd1d7
25 changed files with 343 additions and 27 deletions
@@ -282,6 +282,7 @@ public class TranscodingTests
Substitute.For<IConfigElementRepository>(),
graphicsElementLoader,
MemoryCache,
Substitute.For<IMpegTsScriptService>(),
LoggerFactory.CreateLogger<FFmpegLibraryProcessService>());
var songVideoGenerator = new SongVideoGenerator(tempFilePool, mockImageCache, service);
@@ -986,6 +987,7 @@ public class TranscodingTests
Substitute.For<IConfigElementRepository>(),
graphicsElementLoader,
MemoryCache,
Substitute.For<IMpegTsScriptService>(),
LoggerFactory.CreateLogger<FFmpegLibraryProcessService>());
return service;