2022-08-08
Tweening For Object Focus, Zoom To Object, Zoom To Video Roi

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.

Read More

2022-06-13
Video Picture In Picture Detection

视频画中画是流行的伪原创方法 但是检测很难 同时加大了二次利用的难度(或许可以再加一层画中画??)

目前找到了一个国内画中画检测专利,以及国外画中画检测论文

Read More