mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Support transcoding options/encoders by plugins
This commit is contained in:
parent
529b37527c
commit
1896bca09e
32 changed files with 754 additions and 135 deletions
|
@ -112,6 +112,7 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti
|
|||
allowAdditionalExtensions: true,
|
||||
allowAudioFiles: true,
|
||||
threads: 1,
|
||||
profile: 'default',
|
||||
resolutions: {
|
||||
'0p': false,
|
||||
'240p': false,
|
||||
|
@ -138,6 +139,7 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti
|
|||
transcoding: {
|
||||
enabled: true,
|
||||
threads: 4,
|
||||
profile: 'default',
|
||||
resolutions: {
|
||||
'240p': true,
|
||||
'360p': true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue