<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    No idea?<br>
    <br>
    This is the x264 configuration from the ffmpeg print out:<br>
    <br>
    [libx264 @ 02a11060] profile High, level 3.1<br>
    [libx264 @ 02a11060] 264 - core 120 r2164 da19765 - H.264/MPEG-4 AVC
    codec - Cop<br>
    yleft 2003-2012 - <a class="moz-txt-link-freetext" href="http://www.videolan.org/x264.html">http://www.videolan.org/x264.html</a> - options:
    cabac=1 ref=3 deb<br>
    lock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00
    mixed_ref=1 m<br>
    e_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11
    fast_pskip=1 chro<br>
    ma_qp_offset=-2 threads=3 sliced_threads=0 nr=0 decimate=1
    interlaced=0 bluray_c<br>
    ompat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0
    direct=1 we<br>
    ightb=1 open_gop=0 weightp=2 keyint=48 keyint_min=4 scenecut=40
    intra_refresh=0<br>
    rc_lookahead=40 rc=abr mbtree=1 bitrate=1 ratetol=1.0 qcomp=0.60
    qpmin=0 qpmax=6<br>
    9 qpstep=4 ip_ratio=1.40 aq=1:1.00<br>
    <br>
    This may help?<br>
    <br>
    Am 31.05.2012 18:15, schrieb Christian Brümmer:
    <blockquote cite="mid:4FC7992A.5070704@gmx.de" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      Hi,<br>
      <br>
      i get strange artifacts while encoding a few dummy images to
      videoframes.<br>
      <br>
      this is the result: <a moz-do-not-send="true"
        class="moz-txt-link-freetext" href="http://youtu.be/pL0bKaxTBiU">http://youtu.be/pL0bKaxTBiU</a><br>
      <br>
      This is my c-code configuration:<br>
      <br>
      <small><small>    codec = stream->codec;<br>
              codec->codec_id = codecID;<br>
              codec->codec_type = AVMEDIA_TYPE_VIDEO;<br>
              codec->bit_rate = mParameters.mBitRate;<br>
              codec->width = mParameters.mWidth;<br>
              codec->height = mParameters.mHeight;<br>
              codec->time_base.den = mParameters.mFrameRate;<br>
              codec->time_base.num = 1;<br>
              codec->gop_size = mParameters.mFrameRate; <br>
              codec->pix_fmt = PIXEL_FORMAT;<br>
              codec->b_frame_strategy = 0;<br>
              codec->level = 12;<br>
              <br>
              // for H264<br>
              codec->me_range = 16;<br>
              codec->max_qdiff = 4;<br>
              // lower value for higher quality range: 0-52<br>
              codec->qmin = 10;<br>
              codec->qmax = 26;<br>
              codec->qcompress = 0.6;</small></small><br>
      <br>
      with parameters:<br>
      <br>
      <small><small>  param.mBitRate = 40000;<br>
            param.mCodec = "x264";<br>
            param.mFrameRate = 24;<br>
            param.mHeight = 480;<br>
            param.mWidth = 800;</small></small><br>
      <br>
      What can be the reason for those very ugly artifacs appearing
      every few seconds?<br>
      <br>
      Best regards,<br>
      Christian<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Libav-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>