This commit is contained in:
bskjon 2024-07-21 20:21:12 +02:00
parent 015052b97c
commit 1d521aca91

View File

@ -21,7 +21,7 @@ class FfmpegRunner(
private val listener: FfmpegListener,
val logDir: File
) {
val workOutputFile = "$outputFile.work"
val workOutputFile = "work.$outputFile"
val currentDateTime = LocalDateTime.now()