1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Allow to specify transcoding and import jobs concurrency

This commit is contained in:
Chocobozzz 2021-02-08 10:51:10 +01:00 committed by Chocobozzz
parent 81b46cbc34
commit 9129b7694d
22 changed files with 133 additions and 33 deletions

View file

@ -53,7 +53,8 @@ async function run () {
videoUUID: video.uuid,
resolution,
isPortraitMode: false,
copyCodecs: false
copyCodecs: false,
isMaxQuality: false
})
}
} else if (options.resolution !== undefined) {