diff options
-rw-r--r-- | server/helpers/ffmpeg-utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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: { | |||
226 | 226 | ||
227 | const varStreamMap: string[] = [] | 227 | const varStreamMap: string[] = [] |
228 | 228 | ||
229 | const complexFilter: FilterSpecification[] = [ | 229 | const complexFilter: ffmpeg.FilterSpecification[] = [ |
230 | { | 230 | { |
231 | inputs: '[v:0]', | 231 | inputs: '[v:0]', |
232 | filter: 'split', | 232 | filter: 'split', |