mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Support max FPS configuration
This commit is contained in:
parent
0bd2474fed
commit
bbaf96d60d
37 changed files with 736 additions and 623 deletions
|
@ -138,6 +138,10 @@ export interface CustomConfig {
|
|||
|
||||
alwaysTranscodeOriginalResolution: boolean
|
||||
|
||||
fps: {
|
||||
max: number
|
||||
}
|
||||
|
||||
webVideos: {
|
||||
enabled: boolean
|
||||
}
|
||||
|
@ -168,8 +172,13 @@ export interface CustomConfig {
|
|||
}
|
||||
threads: number
|
||||
profile: string
|
||||
|
||||
resolutions: ConfigResolutions
|
||||
alwaysTranscodeOriginalResolution: boolean
|
||||
|
||||
fps: {
|
||||
max: number
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue