Closed despoa closed 1 year ago
Please also nuke wARC
and hARC
while you're at it.
Alright looks good. Which test cases did this pass?
All that I could think of. Square input video, wide input video, narrow input video, wide input with wide ARC, narrow input with wide ARC, wide input with narrow ARC, narrow input with narrow ARC.
For vertical encodes, YouTube will not process them in 4K and instead in 1440p as the height is always fixed to 2160. This fixes it by setting the width to 2160 and scaling the height appropriately when the height is greater than the width. This change also takes into account the 3840 height limit for vertical encodes as it also applies there.