使用ffmpeg将mp4文件转为h264文件或者264文件

使用如下命令:

ffmpeg -i test.mp4 -c copy test.h264

或者

ffmpeg -i test.mp4 -c h264 test.h264

猜你喜欢

转载自blog.csdn.net/linghu8812/article/details/112674457
今日推荐