Improve 4K video quality after transcoding
This commit is contained in:
parent
a6dbbf0386
commit
ad3405d087
9 changed files with 22 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue