[x264-devel] Problem on using x264_encoder_encode

Alessandro Ferrari alessandroferrari87 at gmail.com
Tue Aug 25 23:57:03 CEST 2009


2009/8/25 Jason Garrett-Glaser <darkshikari at gmail.com>

> > Ok, many thanks for support, you save me ;)  i try to install the last
> > version and then I retry. I hope i don't meet again this problem, else i
> > newly contact this mailing list. Only a last question, for disable
> lookahead
> > i've only to put param.rc.i_lookahead = 0?
>
> Correct.
>
> Also, you can drop by #x264 or #x264dev on Freenode IRC (
> irc.freenode.net ) if you want more realtime/interactive help.
>
> Dark Shikari
>
I update the x264 version and I've add this line before calling the encoder
function:

    param.i_bframe_adaptive = 0;
    param.rc.i_lookahead = 0;
    param.i_bframe = 0;

but the problem persists. Probably is not caused by frame delay.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20090825/584975bb/attachment.htm>


More information about the x264-devel mailing list