备用:每隔X秒/X帧生成缩略图
Since I struggled to find some infos for this, I wanted to sum up my findings here: 差不多: ffmpeg -y -threads 8 -i “test.m4v” -an -sn -vsync 0 -vf select=”not(mod(n\,14386))”… Read more »
Since I struggled to find some infos for this, I wanted to sum up my findings here: 差不多: ffmpeg -y -threads 8 -i “test.m4v” -an -sn -vsync 0 -vf select=”not(mod(n\,14386))”… Read more »
支付宝为了所谓的安全,禁止直接跳转,方法是检测到有非支付宝referer就302到https://shenghuo.alipay.com/send/payment/fill.htm 。 我们可以用B站的HTTPS跳转法,但是如果懒得弄证书什么的,这里给出一个不是很漂亮的方法: <html> <head> <title>正在跳转……</title> <meta http-equiv=”Content-Language” content=”zh-CN”> <meta HTTP-EQUIV=”Content-Type” CONTENT=”text/html; charset=gb2312″> </head> <body> <script> URL = “https://shenghuo.alipay.com/send/payment/fill.htm?optEmail={邮箱}&payAmount={钱数}&title={附言}” function lose_in_webkit(url) { location = “data:text/html,\<script>location='” + url + ‘&_=’ +… Read more »
http://blog.sina.com.cn/s/blog_3df9d2330100zcy4.html 备份向,以免原文某天没了。作者zj262144。 好几年了,供参考。
几乎重写了一切可以重写的。 https://gfwsuckmydick.science/ https://github.com/cnbeining/DNSTester.js 代码下面。
Flvcd药丸。所以先留一手。 https://github.com/cnbeining/Biligrab 代码下面。
官方没有,我就自己封装一个。 https://github.com/cnbeining/Amazon-Cloud-Drive-Python-SDK 可以用来写客户端什么的。 验证简便。
百度前几天的龌龊事大家都知道了。 狂欢?带我一个。 https://github.com/cnbeining/DNSTester.js 打回去吧。 代码下面。
自己弄错了,改错了网络设置,然后就保存并重启了。 果然上不去了。 机器是KVM,面板不能改root密码。 不求客服,自己解决: KVM进去。Vultr的KVM是图形界面。。。而且默认不开root登陆。 我恰好还没有另一个低权限的我记得密码的可以登陆的东西。。 Guest是不成的。 这时,https://www.vultr.com/docs/boot-into-single-user-mode-reset-root-password : 进入单用户模式: 重启,马上进KVM(这里是VNC),按Esc,进入GRUB引导菜单。 按e修改第一项。 找到内核行们也就是“linux /boot/”这行,在后面加 init=”/bin/bash” 。按Ctrl+X或者F10重启。 这样就可以进入一个root的CLI模式。 敲”mount -rw -o remount /”,挂载硬盘。 这样就可以nano掉错误的网络,并重启了。 需要改密码,直接passwd 修改。
然后我研究下怎么给更多的源添加上。 https://github.com/cnbeining/Biligrab
使用方法: 修改成你需要的线程和下载器 然后: python 163pp.py [分辨率] URL1 URL2… 分辨率: murl 中等 surl 小 lurl 很小很小? turl 比小还小 qurl 正方形 地址: https://gist.github.com/cnbeining/17a9a58b4a3d76f72d50 代码下面。