上一页 1 2 3 4 5 6 ··· 33 下一页
摘要: 下载地址 https://github.com/qq2225936589/gcc-i686-posix-sjlj-for-MSYS/releases/tag/gcc-10.3.1-i686-posix-sjlj-ssp-20210411-149eef2 由于 gitee 免费空间只有1G限制,以后不 阅读全文
posted @ 2021-04-12 10:33 1CM 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 下载速度较快 https://d.serctl.com/ 阅读全文
posted @ 2021-03-10 20:57 1CM 阅读(245) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash # Example of concatenating multiple mp4s together with 1-second transitions between them. gltransition=( \ "angular" \ "Bounce" \ "BowTieH 阅读全文
posted @ 2021-03-04 21:47 1CM 阅读(4595) 评论(1) 推荐(0) 编辑
摘要: import requests, re, os, sys def get_video(url): requests.packages.urllib3.disable_warnings() session = requests.session() headers = {'User-Agent': 'M 阅读全文
posted @ 2021-03-01 00:16 1CM 阅读(672) 评论(0) 推荐(0) 编辑
摘要: 1 @echo off 2 chcp 65001 1>nul 2>nul 3 4 set url=%~1 5 6 curl -s -H "User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/60 阅读全文
posted @ 2021-02-22 02:49 1CM 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 简体中文 https://chinesefontdesign.com/tag/simplified-chinese-font 英文 https://www.1001freefonts.com/ 精选打包下载 链接: https://pan.baidu.com/s/1HYZO_CnyngCbUofkE 阅读全文
posted @ 2020-12-23 01:09 1CM 阅读(151) 评论(0) 推荐(0) 编辑
摘要: This build was compiled with the following external libraries: Fontconfig <http://freedesktop.org/wiki/Software/fontconfig> FreeType <http://freetype. 阅读全文
posted @ 2020-10-08 21:37 1CM 阅读(376) 评论(0) 推荐(0) 编辑
摘要: -rw-r--r-- 1 Administrators 27258401 Sep 21 11:58 test-libsvtav1-qp 0 21667 kb.mp4 -rw-r--r-- 1 Administrators 10618108 Sep 21 12:25 test-libsvtav1-qp 阅读全文
posted @ 2020-09-21 12:55 1CM 阅读(743) 评论(0) 推荐(0) 编辑
摘要: libaom 编码速度 speed=0.0178x 真的无法忍受这个速度,每秒只能处理 2-3个帧 相比 libaom ,libsvtav1 速度有所提升 speed=0.0966x 差不多提升了 10倍左右 ffmpeg 现在支持 libsvtav1,只有 x64 才能用,x86 不支持 ffmp 阅读全文
posted @ 2020-09-21 00:36 1CM 阅读(4130) 评论(1) 推荐(0) 编辑
摘要: 从 2020.09.18 开始原来的 https://ffmpeg.zeranoe.com/builds/ 已经彻底关闭 新的编译下载地址移到 https://github.com/BtbN/FFmpeg-Builds/releases 不在提供 x86 ,只有 x64 版本 阅读全文
posted @ 2020-09-20 00:45 1CM 阅读(5219) 评论(0) 推荐(2) 编辑
上一页 1 2 3 4 5 6 ··· 33 下一页