<div class="gmail_quote">2009/8/25 Jason Garrett-Glaser <span dir="ltr">&lt;<a href="mailto:darkshikari@gmail.com">darkshikari@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, Aug 25, 2009 at 2:57 PM, Alessandro<br>
<div class="im">Ferrari&lt;<a href="mailto:alessandroferrari87@gmail.com">alessandroferrari87@gmail.com</a>&gt; wrote:<br>
</div><div><div></div><div class="h5">&gt; 2009/8/25 Jason Garrett-Glaser &lt;<a href="mailto:darkshikari@gmail.com">darkshikari@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; Ok, many thanks for support, you save me ;)  i try to install the last<br>
&gt;&gt; &gt; version and then I retry. I hope i don&#39;t meet again this problem, else i<br>
&gt;&gt; &gt; newly contact this mailing list. Only a last question, for disable<br>
&gt;&gt; &gt; lookahead<br>
&gt;&gt; &gt; i&#39;ve only to put param.rc.i_lookahead = 0?<br>
&gt;&gt;<br>
&gt;&gt; Correct.<br>
&gt;&gt;<br>
&gt;&gt; Also, you can drop by #x264 or #x264dev on Freenode IRC (<br>
&gt;&gt; <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> ) if you want more realtime/interactive help.<br>
&gt;&gt;<br>
&gt;&gt; Dark Shikari<br>
&gt;<br>
&gt; I update the x264 version and I&#39;ve add this line before calling the encoder<br>
&gt; function:<br>
&gt;<br>
&gt;     param.i_bframe_adaptive = 0;<br>
&gt;     param.rc.i_lookahead = 0;<br>
&gt;     param.i_bframe = 0;<br>
&gt;<br>
&gt; but the problem persists. Probably is not caused by frame delay.<br>
<br>
</div></div>What is the problem you&#39;re talking about?  If you mean encoder_encode<br>
not returning a frame in the first few frames of input, that&#39;s<br>
normal--that&#39;s part of the frame delay.  Threads cause frame delay as<br>
well, and by default, x264 will automatically pick multiple threads<br>
depending on how many cores your system has.  To disable this, set<br>
threads to 1.<br>
<div><div></div><div class="h5"><br>
Dark Shikari<br>
_______________________________________________<br>
x264-devel mailing list<br>
<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br>
<a href="http://mailman.videolan.org/listinfo/x264-devel" target="_blank">http://mailman.videolan.org/listinfo/x264-devel</a><br>
</div></div></blockquote></div><br><br>param.i_threads is set to one, but x264_encoder_encode( h, &amp;nal, &amp;i_nal, pic, &amp;pic_out) return zero and i_nal=0 and nal=NULL...Probably is some hide error and i have to re-code my program, i don&#39;t know.<br>