上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 61 下一页
摘要: 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)
摘要: 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)
摘要: conda install av -c conda-forge 阅读全文
posted @ 2022-03-23 13:37 MoonXu 阅读(366) 评论(0) 推荐(0)
摘要: 在~/.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)
摘要: cygpath -dm "`pwd`" 阅读全文
posted @ 2022-03-23 09:52 MoonXu 阅读(169) 评论(0) 推荐(0)
摘要: Install from Internet Direct Connection 输入http://mirrors.aliyun.com/cygwin/ 安装apt-cyg wget 阅读全文
posted @ 2022-03-23 09:18 MoonXu 阅读(26) 评论(0) 推荐(0)
摘要: http://www.ffmpeg.org/releases/ 阅读全文
posted @ 2022-03-22 23:05 MoonXu 阅读(267) 评论(0) 推荐(0)
摘要: name = r'conf/pic/12.jpg'namep = (c_char *100)(*bytes(name, 'utf-8')) 阅读全文
posted @ 2022-03-19 04:06 MoonXu 阅读(359) 评论(0) 推荐(0)
摘要: 属性->高级->字符集->未设置 (把使用unicode去掉即可) 阅读全文
posted @ 2022-03-18 20:19 MoonXu 阅读(42) 评论(0) 推荐(0)
摘要: 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 下一页