<span style>I know that ffmpeg or x264 is enable to extract images at any desired time interval from a video stream. i.e the below command:</span><br clear="all" style><div style><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 style><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 style><span style="font-family:Arial">Can u help me to find the solution? Or do you how x264 can extract I-Frames?</span></div><div><br></div><div><br></div><br>