Hello,

Is there any way to extract multiple frames at different intervals with ffmpeg, without having to write a separate command for each frame. I would like to be able to capture on frame every ten minutes. Since I will eventually have to seek through the entire file anyway, it would be nice if I could just capture the frames as I go, in one shot.


Thanks