I would like to capture continuous frames from a mpeg video file starting from a specific time stamp. That means assume that I have a video which has total duration of 2 minutes. I need to capture all the frames which are continuous from time 00:01:00. I also want to limit the number of frames capturing to 20. How can I make ffmpeg executable to do this
Thanks Faisal