随笔分类 -  其他

摘要:File -> Properties -> 终端, 编码切换为GBK2312 参考:https://www.cnblogs.com/my-first-blog-lgz/p/17337055.html 阅读全文
posted @ 2024-07-03 18:06 泪已凝 阅读(14) 评论(0) 推荐(0) 编辑
摘要:windows下使用GNU make命令报错的解决方法=> 错误信息:make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227d3)## 1.原因环境变量中配置了`D:\Program Files (x86)\Git\bin 阅读全文
posted @ 2016-04-09 13:06 泪已凝 阅读(3522) 评论(0) 推荐(0) 编辑
摘要:命令:ffmpeg -i 1.avi -b 64k 1-64k.aviffmpeg下载:http://dl.pconline.com.cn/download/53703.html 阅读全文
posted @ 2015-03-21 15:18 泪已凝 阅读(891) 评论(0) 推荐(0) 编辑
摘要:说明:FileZilla Server 的虚拟目录设置与其它 FTP 服务器软件有所不同。在 FileZilla Server 中设置虚拟目录,必须采用 FTP 根目录 + 虚拟目录名的形式来进行。比如你 FileZilla Server 的根目录(即 Home 目录)为 E:\ftp,现在你要将 ... 阅读全文
posted @ 2014-06-24 10:43 泪已凝 阅读(4649) 评论(5) 推荐(2) 编辑
摘要:命令:ffmpeg -i concat:"1.avi|2.avi" -vcodec copy -acodec copy "3.avi"ffmpeg下载:http://dl.pconline.com.cn/download/53703.html 阅读全文
posted @ 2014-06-12 11:43 泪已凝 阅读(409) 评论(0) 推荐(0) 编辑
摘要:命令:ffmpeg -i infile -ab 128 -acodec libmp3lame -ac 1 -ar 22050 -r 29.97 -qscale 6 -y outfile说明:infile:要转换的文件路径outfile:转换到的文件路径参考:http://ferreousbox.it... 阅读全文
posted @ 2014-06-12 11:07 泪已凝 阅读(726) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示