mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Improve 4K video quality after transcoding
This commit is contained in:
@@ -18,7 +18,8 @@ function computeResolutionsToTranscode (videoFileHeight: number) {
|
||||
VideoResolution.H_360P,
|
||||
VideoResolution.H_720P,
|
||||
VideoResolution.H_240P,
|
||||
VideoResolution.H_1080P
|
||||
VideoResolution.H_1080P,
|
||||
VideoResolution.H_4K
|
||||
]
|
||||
|
||||
for (const resolution of resolutions) {
|
||||
|
||||
Reference in New Issue
Block a user