用ffmpeg把视频编码格式转为h.264

command:

ffmpeg -i infile.mp4 -an -vcodec libx264 -crf 23 outfile.h264
posted @ 2018-12-14 15:15  向萧  阅读(5156)  评论(0编辑  收藏  举报