add mpegts script system (#2609)
* add basic mpegts script * use custom mpegts script * update changelog
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user