diff options
-rw-r--r-- | server/lib/transcoding/shared/job-builders/transcoding-runner-job-builder.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/transcoding/shared/job-builders/transcoding-runner-job-builder.ts b/server/lib/transcoding/shared/job-builders/transcoding-runner-job-builder.ts index 4b8bc2f3d..ba2a46f44 100644 --- a/server/lib/transcoding/shared/job-builders/transcoding-runner-job-builder.ts +++ b/server/lib/transcoding/shared/job-builders/transcoding-runner-job-builder.ts | |||
@@ -115,7 +115,7 @@ export class TranscodingRunnerJobBuilder extends AbstractJobBuilder { | |||
115 | 115 | ||
116 | for (const resolution of childrenResolutions) { | 116 | for (const resolution of childrenResolutions) { |
117 | const dependsOnRunnerJob = mainJob | 117 | const dependsOnRunnerJob = mainJob |
118 | const fps = computeOutputFPS({ inputFPS, resolution: maxResolution }) | 118 | const fps = computeOutputFPS({ inputFPS, resolution }) |
119 | 119 | ||
120 | if (transcodingType === 'hls') { | 120 | if (transcodingType === 'hls') { |
121 | await new VODHLSTranscodingJobHandler().create({ | 121 | await new VODHLSTranscodingJobHandler().create({ |