burnix
17th August 2022, 21:00
Hi all.
i'm coding a small app to cut dtv record, and at this point i'm coding a "crop detect" function.
My question is : do width and height are to be multiple of 8 or 16 ???
Because, when i dont detect black bar on height, if i divide 1080 by 16 i dont have a strict int, so if i convert back i obtain 1072.
Finally, it is a requirement to have w and h multiple of 8 or 16.
Thanks to all
i'm coding a small app to cut dtv record, and at this point i'm coding a "crop detect" function.
My question is : do width and height are to be multiple of 8 or 16 ???
Because, when i dont detect black bar on height, if i divide 1080 by 16 i dont have a strict int, so if i convert back i obtain 1072.
Finally, it is a requirement to have w and h multiple of 8 or 16.
Thanks to all