mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add option to not transcode original resolution
This commit is contained in:
parent
7e0f50d6e0
commit
84cae54e7a
26 changed files with 303 additions and 87 deletions
|
@ -310,6 +310,7 @@ export class ConfigCommand extends AbstractCommand {
|
|||
'1440p': false,
|
||||
'2160p': false
|
||||
},
|
||||
alwaysTranscodeOriginalResolution: true,
|
||||
webtorrent: {
|
||||
enabled: true
|
||||
},
|
||||
|
@ -339,7 +340,8 @@ export class ConfigCommand extends AbstractCommand {
|
|||
'1080p': true,
|
||||
'1440p': true,
|
||||
'2160p': true
|
||||
}
|
||||
},
|
||||
alwaysTranscodeOriginalResolution: true
|
||||
}
|
||||
},
|
||||
videoStudio: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue