Release storyboard mutex on ffmpeg start
This commit is contained in:
parent
dd21016f21
commit
5d2306a262
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue