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:
parent
81b46cbc34
commit
9129b7694d
22 changed files with 133 additions and 33 deletions
|
@ -53,7 +53,8 @@ async function run () {
|
|||
videoUUID: video.uuid,
|
||||
resolution,
|
||||
isPortraitMode: false,
|
||||
copyCodecs: false
|
||||
copyCodecs: false,
|
||||
isMaxQuality: false
|
||||
})
|
||||
}
|
||||
} else if (options.resolution !== undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue