Avidemux Forum

Participate => Avidemux Wiki => Topic started by: ChangHuang on December 09, 2019, 10:21:33 AM

Title: 8K UHD (7680 x 4320) resolution support?
Post by: ChangHuang on December 09, 2019, 10:21:33 AM
What's the highest supported resolution?
Does Avidemux support 8K UHD (7680x4320) ?
Title: Re: 8K UHD (7680 x 4320) resolution support?
Post by: eumagga0x2a on December 09, 2019, 10:45:53 AM
No, 8K is not supported.

https://github.com/mean00/avidemux2/blob/master/avidemux_core/ADM_core/include/ADM_inttype.h#L19 --> MAXIMUM_SIZE * MAXIMUM_SIZE = 3840x3840.

A while ago it was just 768x768. Time flies!
Title: Re: 8K UHD (7680 x 4320) resolution support?
Post by: ChangHuang on December 09, 2019, 10:50:08 AM
Thank you!