<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 29/10/2012 3:26 PM, Philip Muzzall
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAEo0B7VFqNEOdW-yZ7mi48qCftWKCHbX3YxW_xSyxC2DVzkgAw@mail.gmail.com"
      type="cite">I've been using Fraps to record some game footage in
      Lossless RGB mode. When I go to encode it I get these warnings:<br>
      <br>
      <blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid
        rgb(204,204,204);padding-left:1ex" class="gmail_quote">
        x264 [warning]: non-strictly-monotonic pts at frame 1 (0 <=
        0)<br>
        x264 [warning]: non-strictly-monotonic pts at frame 2 (0 <=
        1)<br>
        x264 [warning]: non-strictly-monotonic pts at frame 3 (0 <=
        2)<br>
        x264 [warning]: too many nonmonotonic pts warnings, suppressing
        further ones<br>
      </blockquote>
      <br>
      From what I can tell they don't negatively effect the output, but
      I'm curious as to what exactly these errors are referring to and
      what kind of effect they have or can have on footage.<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
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>
    pts means presentation time stamp, not points!  It is warning you
    that the pts assigned to each frame is not increasing.  Probably you
    did not set the timestamps correctly.  I believe you can configure
    x264 with a fixed framerate, which would override the input pts
    values.<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Mark Sauer</pre>
  </body>
</html>