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

command:

ffmpeg -i infile.mp4 -an -vcodec libx264 -crf 23 outfile.h264
原文地址:https://www.cnblogs.com/dayang12525/p/10119578.html