Release storyboard mutex on ffmpeg start
This commit is contained in:
parent
dd21016f21
commit
5d2306a262
|
@ -119,9 +119,9 @@ export class FFmpegImage {
|
|||
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 = [
|
||||
// Fix "t" variable with some videos
|
||||
|
|
Loading…
Reference in New Issue