This text explores the concept of focusing and zooming on objects within a video using pytweening, an easing/tweening function collection. The portal-zoomer tool is introduced for cropping videos to include only human regions. It also suggests that other libraries such as ffmpeg or vidpy/mltframework may have similar functionalities.

focus on person only, crop video and leave only human region untouched:

https://github.com/ConceptCodes/portal-zoomer

focus/zoom on given object using pytweening, a easing/tweening function collection.

to tell you, pytweening is initially developed for pyautogui (by the same author at least), probably for evading AI detection, passing captcha or somehow, but it could also be used in animation rendering.

or just use ffmpeg. you need to handcraft those formulas anyway.

does vidpy/mltframework and some other libs supports that? requires investigation.

Comments