diff options
Diffstat (limited to 'scripts/print-transcode-command.ts')
-rw-r--r-- | scripts/print-transcode-command.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/print-transcode-command.ts b/scripts/print-transcode-command.ts index ef671c0aa..ac60ff8a5 100644 --- a/scripts/print-transcode-command.ts +++ b/scripts/print-transcode-command.ts | |||
@@ -31,8 +31,7 @@ async function run (path: string, cmd: any) { | |||
31 | availableEncoders: VideoTranscodingProfilesManager.Instance.getAvailableEncoders(), | 31 | availableEncoders: VideoTranscodingProfilesManager.Instance.getAvailableEncoders(), |
32 | profile: 'default', | 32 | profile: 'default', |
33 | 33 | ||
34 | resolution: +cmd.resolution, | 34 | resolution: +cmd.resolution |
35 | isPortraitMode: false | ||
36 | } as TranscodeVODOptions | 35 | } as TranscodeVODOptions |
37 | 36 | ||
38 | let command = ffmpeg(options.inputPath) | 37 | let command = ffmpeg(options.inputPath) |