Improve 4K video quality after transcoding

This commit is contained in:
Chocobozzz 2019-06-06 14:45:57 +02:00
parent a6dbbf0386
commit ad3405d087
No known key found for this signature in database
GPG key ID: 583A612D890159BE
9 changed files with 22 additions and 10 deletions

View file

@ -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) {