I know that ffmpeg is enable to extract images at any desired time interval from a video stream. i.e the below command:<br clear="all"><div><span style="font-family:Arial">ffmpeg -i test.avi -r 1 -s WxH -f </span><span style="font-family:Arial">image2</span><span style="font-family:Arial"> test-%03d.jpeg</span></div>
<div><span style="font-family:Arial">extract 1 second image interval from test.avi. But i dont know how to change this command to extract just I-Frames from the stream, regardless of the frame time position.</span></div><div>
<span style="font-family:Arial">Can u help me to find the solution?</span></div>