我需要删除所有的 B 帧和 P 帧,只保留 I 帧以保存为图像。
您可以使用
-skip_frame
ffmpeg -skip_frame nokey -i input.mp4 -vsync vfr img%04d.png