Tweening For Object Focus, Zoom To Object, Zoom To Video Roi

animation
attention
crop the crap
cut the crap
easing
focus on object
intermediate
pyjom
stub
tweening
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.
Published

August 8, 2022


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.