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
|
@ -117,6 +117,8 @@ export interface CustomConfig {
|
|||
|
||||
resolutions: ConfigResolutions & { '0p': boolean }
|
||||
|
||||
alwaysTranscodeOriginalResolution: boolean
|
||||
|
||||
webtorrent: {
|
||||
enabled: boolean
|
||||
}
|
||||
|
@ -144,6 +146,7 @@ export interface CustomConfig {
|
|||
threads: number
|
||||
profile: string
|
||||
resolutions: ConfigResolutions
|
||||
alwaysTranscodeOriginalResolution: boolean
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue