e.g. 截取 input.mp4 中的第 100 帧并保存为 output.jpg: ffmpeg -i input.mp4 -vf "select=eq(n\,100)" -vframes 1 output.jpg