Logging
This commit is contained in:
parent
2f3fff1e64
commit
29fc5fa118
@ -65,6 +65,7 @@ class FfmpegWorker(
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun runWithProgress() {
|
fun runWithProgress() {
|
||||||
|
log.info { "Starting ffmpeg ReferenceId: $referenceId, eventId $eventId for file ${info.outFile}" }
|
||||||
val args = FfmpegWorkerArgumentsBuilder().using(info).buildWithProgress()
|
val args = FfmpegWorkerArgumentsBuilder().using(info).buildWithProgress()
|
||||||
job = scope.launch {
|
job = scope.launch {
|
||||||
execute(args)
|
execute(args)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user