ffmpeg avi转h264

ffmpeg avi转h264_第1张图片

ffmpeg -i test.avi -f h264 -vcodec libx264 -s 1440x1080 -r 25 test.264(avi转h264)

 

你可能感兴趣的:(ffmpeg avi转h264)