12 2021 档案
Android 本地视频加载(FFmpegMediaMetadataRetriever)
摘要:使用库:FFmpegMediaMetadataRetriever() 相关版本: 0、配置FFmpegMediaMetadataRetriever库 app中的build.gradle中添加dependencies,可以直接下载arr(https://github.com/wseemann/FFmp 阅读全文
posted @ 2021-12-30 17:49 WenJXUST 阅读(1254) 评论(0) 推荐(0)
mnn编译(win7+vs2017)
摘要:0、参考:https://www.yuque.com/mnn/cn/build_windows; 1、环境要求(按这个要求来,刚开始用自己的cmake3.10和ninja出错,更新cmake和ninja后就可以了): Microsoft Visual Studio (>=2017) cmake(>= 阅读全文
posted @ 2021-12-30 17:11 WenJXUST 阅读(511) 评论(0) 推荐(0)
ncnn 编译(Build for Windows x64 using Visual Studio Community 2017)
摘要:按照github上ncnn的安装提示进行编译(https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-windows-x64-using-visual-studio-community-2017); 1、下载安装vs2017社区版; 2 阅读全文
posted @ 2021-12-29 09:48 WenJXUST 阅读(937) 评论(0) 推荐(0)
更改python pip 镜像源
摘要:修改pip 包里的index.py(**\Lib\site-packages\pip\_internal\models\index.py): 源代码: PyPI = PackageIndex("https://pypi.org/", file_storage_domain="files.python 阅读全文
posted @ 2021-12-10 11:12 WenJXUST 阅读(123) 评论(0) 推荐(0)