ffmpeg解码视频为图片和将图片合成一个MP4视频

ffmpeg -i test.mp4 ./%06d.png
ffmpeg -f image2 -i ./test_result/%06d.jpg -vcodec libx264 -s 1920x1080 -y 20_ppl_result.mp4 
posted @ 2021-08-30 10:45  Cristiano-Duan  阅读(380)  评论(0编辑  收藏  举报