Fix fps transcoding on remote runners

This commit is contained in:
Chocobozzz 2023-07-12 10:07:21 +02:00
parent ae22c59f14
commit d98909f690
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -115,7 +115,7 @@ export class TranscodingRunnerJobBuilder extends AbstractJobBuilder {
for (const resolution of childrenResolutions) {
const dependsOnRunnerJob = mainJob
const fps = computeOutputFPS({ inputFPS, resolution: maxResolution })
const fps = computeOutputFPS({ inputFPS, resolution })
if (transcodingType === 'hls') {
await new VODHLSTranscodingJobHandler().create({