摘要: 1、使用ffmpeg工具直接下载 官网下载 https://ffmpeg.org/download.html 安装就是直接安装即可 ffmpeg -i [http://xxxxxxx/play.ts] -c copy test.mp4 2、使用python库之ffmpy3 安装 pip instal 阅读全文
posted @ 2022-07-18 21:07 代码诠释的世界 阅读(1344) 评论(0) 推荐(0) 编辑