This commit is contained in:
bskjon 2024-04-21 22:39:46 +02:00
parent 2f3fff1e64
commit 29fc5fa118

View File

@ -65,6 +65,7 @@ class FfmpegWorker(
}
fun runWithProgress() {
log.info { "Starting ffmpeg ReferenceId: $referenceId, eventId $eventId for file ${info.outFile}" }
val args = FfmpegWorkerArgumentsBuilder().using(info).buildWithProgress()
job = scope.launch {
execute(args)