diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-08 10:51:10 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-02-08 15:38:45 +0100 |
commit | 9129b7694d577322327ee79e9b9aa64deee92765 (patch) | |
tree | eb23b7a952048c3725f29109d38c36368976dec0 /scripts/create-transcoding-job.ts | |
parent | 81b46cbc3417c46263c210c61b51a84a457abaaa (diff) | |
download | PeerTube-9129b7694d577322327ee79e9b9aa64deee92765.tar.gz PeerTube-9129b7694d577322327ee79e9b9aa64deee92765.tar.zst PeerTube-9129b7694d577322327ee79e9b9aa64deee92765.zip |
Allow to specify transcoding and import jobs concurrency
Diffstat (limited to 'scripts/create-transcoding-job.ts')
-rwxr-xr-x | scripts/create-transcoding-job.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/create-transcoding-job.ts b/scripts/create-transcoding-job.ts index eb620aeca..5f56d6d36 100755 --- a/scripts/create-transcoding-job.ts +++ b/scripts/create-transcoding-job.ts | |||
@@ -53,7 +53,8 @@ async function run () { | |||
53 | videoUUID: video.uuid, | 53 | videoUUID: video.uuid, |
54 | resolution, | 54 | resolution, |
55 | isPortraitMode: false, | 55 | isPortraitMode: false, |
56 | copyCodecs: false | 56 | copyCodecs: false, |
57 | isMaxQuality: false | ||
57 | }) | 58 | }) |
58 | } | 59 | } |
59 | } else if (options.resolution !== undefined) { | 60 | } else if (options.resolution !== undefined) { |