Release storyboard mutex on ffmpeg start

This commit is contained in:
Chocobozzz 2024-11-29 09:38:47 +01:00
parent dd21016f21
commit 5d2306a262
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -119,9 +119,9 @@ export class FFmpegImage {
duration: number duration: number
} }
}) { }) {
const { path, destination, sprites } = options const { path, destination, inputFileMutexReleaser, sprites } = options
const command = this.commandWrapper.buildCommand(path) const command = this.commandWrapper.buildCommand(path, inputFileMutexReleaser)
const filter = [ const filter = [
// Fix "t" variable with some videos // Fix "t" variable with some videos