cd-athena / VCA

Video complexity analyzer
GNU General Public License v3.0
74 stars 9 forks source link

input/IInputFile: Change maximum resolution to be 16K DCI #76

Closed vibhoothi closed 1 year ago

vibhoothi commented 1 year ago

Basically $(Current Width/Height)*2,

Currently, in the AOM-CTC there are sequences which is >8K either in width/height, so for future-proofing we can relax to setting the maximum width/height to be 16k

Tested locally with https://media.xiph.org/video/aomctc/test_set/f1_still_HiRes/Tencent/lady.y4m

Closes #75