diff --git a/server/helpers/ffmpeg-utils.ts b/server/helpers/ffmpeg-utils.ts index 585230e2d..6f5a71b4a 100644 --- a/server/helpers/ffmpeg-utils.ts +++ b/server/helpers/ffmpeg-utils.ts @@ -226,7 +226,7 @@ async function getLiveTranscodingCommand (options: { const varStreamMap: string[] = [] - const complexFilter: FilterSpecification[] = [ + const complexFilter: ffmpeg.FilterSpecification[] = [ { inputs: '[v:0]', filter: 'split',