<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <a class="moz-txt-link-freetext" href="http://ffmpeg.org/libavfilter.html#select">http://ffmpeg.org/libavfilter.html#select</a> -> <br>
    <pre class="example">select='eq(pict_type\,I)'

</pre>
    <br>
    On 02/10/2012 04:50 AM, <a class="moz-txt-link-abbreviated" href="mailto:amir.rouhi@rmit.edu.au">amir.rouhi@rmit.edu.au</a> wrote:
    <blockquote
cite="mid:CAJAZ5pYPD8hvZ_ifDvUN4TSeC0X1-ScBKpRyxpQq+yOWxekXtQ@mail.gmail.com"
      type="cite"><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 style="" clear="all">
      <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>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
x264-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.videolan.org/listinfo/x264-devel">http://mailman.videolan.org/listinfo/x264-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>