上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 33 下一页
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-06-23 02:39 1CM 阅读(15) 评论(0) 推荐(0)
摘要: ffprobe -show_entries frame_tags=lavfi.ocr.text -f lavfi -i "movie=in.tif,ocr=datapath=tessdata:language=chi_sim:whitelist=" > ocr.txt Note: 识别中文时 whitelist 一定要设置为空; 默认是英文字母和数字, 无法识别中文 阅读全文
posted @ 2019-06-22 08:05 1CM 阅读(1326) 评论(0) 推荐(0)
摘要: There is also a circular dependency between freetype and HarfBuzz. Note that fontconfig and Cario are only needed for the tests and tools built with H 阅读全文
posted @ 2019-06-21 10:05 1CM 阅读(1997) 评论(0) 推荐(0)
摘要: 32位版本 编译好的下载地址 dav1d-0.3.1-20190614-a1e3f358-dev.7z链接: https://pan.baidu.com/s/1lKtbPg5l8JwPIIstlI2Nug 提取码: hr73 阅读全文
posted @ 2019-06-17 14:12 1CM 阅读(1086) 评论(0) 推荐(0)
摘要: OPUS_STACK_PROTECTOR 默认是使用的, 在 windows 上编译时一定要去掉选项不然 -lopus 链接时出现错误undefined reference to `__stack_chk_fail' 阅读全文
posted @ 2019-06-16 14:43 1CM 阅读(902) 评论(0) 推荐(0)
摘要: Remove the rain in the input image/video by applying the derain methods based on convolutional neural networks. Supported models: Recurrent Squeeze-and-Excitation Context Aggregation Net (RESCAN). S... 阅读全文
posted @ 2019-06-07 17:44 1CM 阅读(708) 评论(0) 推荐(0)
摘要: OpenCL32 for MinGW 最新版本 2019.05.25 从 CUDA_Toolkit_10.1.168_425.25_win10 中提取的头文件和库文件; 链接: https://pan.baidu.com/s/1KglUb5GmOqEsn9sBaTM33A 提取码: prgg 阅读全文
posted @ 2019-05-25 19:01 1CM 阅读(307) 评论(0) 推荐(0)
摘要: ffmpeg 视频过度滤镜 gltransition 上次随笔中提到的 ffmpeg-concat 可以处理视频过度,但是缺点是临时文件超大。 经过查找 ffmpeg 还有 gltransition 滤镜,但是 ffmpeg 的正式版中还没有加进去。 github 上有 ffmpeg-gl-transition 项目,有详细的添加滤镜的说明,参见以下地址 https://github.com/... 阅读全文
posted @ 2019-05-20 21:20 1CM 阅读(4949) 评论(1) 推荐(0)
摘要: ffmpeg-concat 是利用 gl-transitions 处理多个视频的过度效果。详细说明参见 https://github.com/transitive-bullshit/ffmpeg-concat/blob/master/readme.zh.md 备注: 经测试目前 ffmpeg-concat 版本必须使用 64位的 node.js ,32位的 node.js 无法安装。 npm ... 阅读全文
posted @ 2019-05-20 15:30 1CM 阅读(1503) 评论(0) 推荐(0)
摘要: GNU 2019-05-03 发布了 GCC 9.1 https://gcc.gnu.org/onlinedocs/9.1.0/ 有详细的说明MinGW 上可用的 GCC 9.1 版本下载地址 [ mcfgthread 方式 需要 mcfgthread-12.dll ]https://gcc-mcf 阅读全文
posted @ 2019-05-08 11:36 1CM 阅读(1529) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 33 下一页