会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MoonXu
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
61
下一页
2022年3月25日
查看windows下dll和lib文件是32bit还是64bit
摘要: 1. 找到VCVARS32.bat,比如在我的机器上其路径为:H:\software\visual_studio2022\VC\Auxiliary\Build 2. 将VCVARS32.bat拖放至cmd提示符处,回车 3. 这时你应该可以看到“[vcvarsall.bat] Environment
阅读全文
posted @ 2022-03-25 14:50 MoonXu
阅读(511)
评论(0)
推荐(0)
2022年3月24日
ffmpeg笔记
摘要: 1. h264_mp4toannexb使用 h264有两种封装,一种是annexb模式,传统模式,有startcode,SPS和PPS是在ES中,vlc里打开编码器信息中显示h264;一种是mp4模式,一般mp4 ,mkv会有,没有startcode,SPS和PPS以及其它信息被封装在contain
阅读全文
posted @ 2022-03-24 14:15 MoonXu
阅读(164)
评论(0)
推荐(0)
2022年3月23日
pyav安装
摘要: conda install av -c conda-forge
阅读全文
posted @ 2022-03-23 13:37 MoonXu
阅读(366)
评论(0)
推荐(0)
cygwin 命令行提示符显示一行
摘要: 在~/.bashrc末尾添加export PS1="[\[\e[1;32m\]\u\[\e[m\]\[\e[1;36m\]@\h:\[\e[m\]\[\e[1;33m\]\W\[\e[m\]]\\$ "
阅读全文
posted @ 2022-03-23 11:23 MoonXu
阅读(77)
评论(0)
推荐(0)
cygwin命令-cygwin显示当前路径的绝对路径
摘要: cygpath -dm "`pwd`"
阅读全文
posted @ 2022-03-23 09:52 MoonXu
阅读(169)
评论(0)
推荐(0)
Cygwin安装
摘要: Install from Internet Direct Connection 输入http://mirrors.aliyun.com/cygwin/ 安装apt-cyg wget
阅读全文
posted @ 2022-03-23 09:18 MoonXu
阅读(26)
评论(0)
推荐(0)
2022年3月22日
ffmpeg历史版本
摘要: http://www.ffmpeg.org/releases/
阅读全文
posted @ 2022-03-22 23:05 MoonXu
阅读(267)
评论(0)
推荐(0)
2022年3月19日
python调用c++ dll动态库,传递char*的方式
摘要: name = r'conf/pic/12.jpg'namep = (c_char *100)(*bytes(name, 'utf-8'))
阅读全文
posted @ 2022-03-19 04:06 MoonXu
阅读(359)
评论(0)
推荐(0)
2022年3月18日
不能从const char *转到LPCWSTR
摘要: 属性->高级->字符集->未设置 (把使用unicode去掉即可)
阅读全文
posted @ 2022-03-18 20:19 MoonXu
阅读(42)
评论(0)
推荐(0)
HoughCircles(霍夫变换圆检测)
摘要: void HoughCircles( InputArray image, OutputArray circles, int method, double dp, double minDist, double param1 = 100, double param2 = 100, int minRadi
阅读全文
posted @ 2022-03-18 17:39 MoonXu
阅读(249)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
61
下一页
公告