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-08-06
Termux_Boot Autostart Program Fixes

Termux:Boot Autostart Program Fixes

according to this, termux:boot on android 10 and above will not work. instead, change all executables with relative paths in init scripts to their absolute paths. if any referred executable is a script file containing other executable with non-absolute paths(except for those built-in programs like am), change that too.

mostly we hold wakelock, start sshd, crond or nginx and other non-blocking, non-interactive apps at start.

Read More

2022-08-05
Resolve Host Name Computer Name From Ip

many methods have been tried. NetBIOS not working. DHCP server not found. nmap script engine(NSE) uses lua to automate sniffing and attacks.

Read More

2022-08-04
Royalty Free Video/Picture/Audio Sources

download video without watermark 😛 源视频mp4链接获取: toutiao今日头条app视频;🍉xigua西瓜视频; 🐧tencent腾讯视频; 🎼douyin抖音分享短链接解析,获取无水印播放链接

目标追踪使用bytetrack

如果有动态水印 实际上就是一个目标追踪的任务 识别出来水印的位置 以及里面的文字 确定可信度 然后用目标跟踪算法套上去 一直跟踪直到目标消失为止

类似的策略也可以应用于游戏 选出来所有的过场动画 过滤掉游戏画面

静态的就用dewatermark算法就好了

视频素材 影视素材 音频素材 图片素材 无水印获取

use bing wallpaper

gettyimages scraped by github provided scrapers

https://github.com/chuanenlin/shutterscrape

https://github.com/m-rots/getty/blob/master/getty.go

视觉中国 无水印爬虫

Read More

2022-08-03
Interesting Xkcd Style Plots And Characters Generator In Mathematica/Wolfram Language

Read More

2022-07-31
Bilibili 账号找回

联系了客服娘 人工找回的

看来这个b站还是欠日 什么消息都要我记住?我记得住个屁

  • 提醒我隔一段时间检查一下这个话费 两个号码都要检查

一周提醒一次 从8月19号开始 每个星期五都要检查话费

新注册的号码 6个月之后可以更换套餐 换成8块钱一个月的

Read More

2022-07-28
Time Machine Nas Macos

use rclone to periodically commit files to NAS (incremental only, do not delete things), or use rclone to copy files to external SSD

buy airport extreme as wireless router and backup device


when in doubt, delete files under GUI instead of terminal

check out commands for moving files into trash bin instead of direct removal on different OSes


my data under ~/works is lost. fuck.

buy me some ssd 512GB at least to do time machine backup.

buy m.2 ssd to reduce the size.

use usb-c cables to prevent inconvenience.


the filesystem will be formatted as APFS.

need a dedicated usb storage for it.

do not know if it is incremental backup.

Read More

2022-07-27
Macbook M1 Create Macos Recovery Usb

Read More

2022-07-25
Audio Ducking

offline ducking

editly can achieve audio ducking using audionorm

online streaming ducking

Read More

2022-07-24
Vim Custom Color Scheme

[documentation[(http://vimdoc.sourceforge.net/htmldoc/syntax.html#:highlight)

vim terminal color codes

keyword for vertical spliters:

VertSplit

keyword for bottom line:

Read More