First I get lots of error in help message.<br>Next I found that x264_param is not initialize. <br><br>I add x264_param_default( &amp;param ); before Parse command line<br>And next I use these arguments.<br><br>I use fprofiled  and the build is completed.<br>
<br>But when use the following arguments.<br>--profile high --preset veryslow --rc-lookahead 250 --crf 18<br>I get a crash.<br><br>Build again without fprofiled get the same result.<br><br>configure result is the following with gcc version 4.3.4 (Gentoo 4.3.4 p1.0, pie-10.1.5)<br>
<br>Platform:   X86_64<br>System:     LINUX<br>asm:        yes<br>avs input:  no<br>lavf input: yes<br>ffms input: no<br>mp4 output: yes<br>pthread:    yes<br>debug:      no<br>gprof:      no<br>PIC:        no<br>shared:     no<br>
visualize:  no<br><br>And the gdb backtrace is the following<br><br>(gdb) backtrace<br>#0  0x000000000046db4a in x264_memzero_aligned_sse2 ()<br>#1  0x00000000004546c8 in x264_me_refine_bidir (h=0x70c350, m0=0x7fffe0c788c0,<br>
    m1=0x7fffe0c7a350, i_weight=32) at encoder/me.c:958<br>#2  x264_me_refine_bidir_satd (h=0x70c350, m0=0x7fffe0c788c0, m1=0x7fffe0c7a350,<br>    i_weight=32) at encoder/me.c:1027<br>#3  0x000000000044d64c in x264_refine_bidir (h=0x70c350)<br>
    at encoder/analyse.c:2217<br>#4  x264_macroblock_analyse (h=0x70c350) at encoder/analyse.c:2964<br>#5  0x000000000041bcee in x264_slice_write (h=0x70c350) at encoder/encoder.c:1779<br>#6  0x000000000041c6fd in x264_slices_write (h=0x70c350)<br>
    at encoder/encoder.c:2011<br>#7  0x00007ffff7942a2c in start_thread () from /lib/libpthread.so.0<br>#8  0x00007ffff6679c9d in clone () from /lib/libc.so.6<br>#9  0x0000000000000000 in ?? ()<br>(gdb)<br clear="all"><br>
What can I do ?<br>-- <br><br>