FFmpeg视频转码
FFmpeg安装&使用:https://www.zl-asica.com/2020/ffmpeg/
阮一峰FFmpeg视频处理入门:https://www.ruanyifeng.com/blog/2020/01/ffmpeg.html
FFmpeg常用命令(简书):https://www.jianshu.com/p/c56d5d79ce8b
Linux如何使用FFmpeg:https://www.igiftidea.com/article/12449603623.html
mp4转m4v代码:
1 | ffmpeg -i test.mp4 test.m4v |