From 5d2306a2626048bad13154f965cdd52c2bfbc99a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 29 Nov 2024 09:38:47 +0100 Subject: [PATCH] Release storyboard mutex on ffmpeg start --- packages/ffmpeg/src/ffmpeg-images.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ffmpeg/src/ffmpeg-images.ts b/packages/ffmpeg/src/ffmpeg-images.ts index bd66ad6df..2f6ecbff2 100644 --- a/packages/ffmpeg/src/ffmpeg-images.ts +++ b/packages/ffmpeg/src/ffmpeg-images.ts @@ -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