视频编码

将视频编码转换成h264

ffmpeg.exe -i input.mp4 -c:v libx264 out.mp4

你可能感兴趣的:(视频编码)