ffmpeg 将单张图片转换成视频

目录

使用 -t 选项指定视频时长。
示例:
ffmpeg -loop 1 -i image.png -c:v libx264 -t 30 -pix_fmt yuv420p video.mp4