06 2019 档案
摘要: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 一定要设置为空; 默认是英文字母和数字, 无法识别中文
阅读全文
摘要: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
阅读全文
摘要:32位版本 编译好的下载地址 dav1d-0.3.1-20190614-a1e3f358-dev.7z链接: https://pan.baidu.com/s/1lKtbPg5l8JwPIIstlI2Nug 提取码: hr73
阅读全文
摘要:OPUS_STACK_PROTECTOR 默认是使用的, 在 windows 上编译时一定要去掉选项不然 -lopus 链接时出现错误undefined reference to `__stack_chk_fail'
阅读全文
摘要: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...
阅读全文