fraunhoferhhi / vvenc

VVenC, the Fraunhofer Versatile Video Encoder
https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
BSD 3-Clause Clear License
965 stars 173 forks source link

Supported dimensions #75

Closed rafael2k closed 3 years ago

rafael2k commented 3 years ago

Hi, I'm writing a script to convert to any image / video to VVC. Is there any constraint for the media dimensions - like be multiple of 16 pixels or fixed supported resolutions?

adamjw24 commented 3 years ago

There should be no restrictions. The encoder will internally pad the video and create appropriate signaling so that the decoder knows to only reconstruct the input dimensions.

Let us know if you find a dimensions that don't work.

rafael2k commented 3 years ago

Thanks Adam!