<br><br><div class="gmail_quote">2010/2/23 ´å¤l¼w <span dir="ltr">&lt;<a href="mailto:tedyu002@gmail.com">tedyu002@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
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&nbsp; 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:&nbsp;&nbsp; X86_64<br>System:&nbsp;&nbsp;&nbsp;&nbsp; LINUX<br>asm:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<br>avs input:&nbsp; no<br>lavf input: yes<br>ffms input: no<br>mp4 output: yes<br>pthread:&nbsp;&nbsp;&nbsp; yes<br>debug:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br>gprof:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br>PIC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br>shared:&nbsp;&nbsp;&nbsp;&nbsp; no<br>

visualize:&nbsp; no<br><br>And the gdb backtrace is the following<br><br>(gdb) backtrace<br>#0&nbsp; 0x000000000046db4a in x264_memzero_aligned_sse2 ()<br>#1&nbsp; 0x00000000004546c8 in x264_me_refine_bidir (h=0x70c350, m0=0x7fffe0c788c0,<br>

&nbsp;&nbsp;&nbsp; m1=0x7fffe0c7a350, i_weight=32) at encoder/me.c:958<br>#2&nbsp; x264_me_refine_bidir_satd (h=0x70c350, m0=0x7fffe0c788c0, m1=0x7fffe0c7a350,<br>&nbsp;&nbsp;&nbsp; i_weight=32) at encoder/me.c:1027<br>#3&nbsp; 0x000000000044d64c in x264_refine_bidir (h=0x70c350)<br>

&nbsp;&nbsp;&nbsp; at encoder/analyse.c:2217<br>#4&nbsp; x264_macroblock_analyse (h=0x70c350) at encoder/analyse.c:2964<br>#5&nbsp; 0x000000000041bcee in x264_slice_write (h=0x70c350) at encoder/encoder.c:1779<br>#6&nbsp; 0x000000000041c6fd in x264_slices_write (h=0x70c350)<br>

&nbsp;&nbsp;&nbsp; at encoder/encoder.c:2011<br>#7&nbsp; 0x00007ffff7942a2c in start_thread () from /lib/libpthread.so.0<br>#8&nbsp; 0x00007ffff6679c9d in clone () from /lib/libc.so.6<br>#9&nbsp; 0x0000000000000000 in ?? ()<br>(gdb)<br clear="all"><br>

What can I do ?<br><font color="#888888">-- <br><br>
</font></blockquote></div>Sorry , I forget to paste the runtime message.<br><br clear="all">y4m [info]: 864x480p 1:1 @ 24/1 fps (cfr)<br>x264 [info]: using SAR=1/1<br>x264 [info]: using cpu capabilities: MMX2 SSE2Fast FastShuffle SSEMisalign LZCNT<br>
x264 [info]: profile High, level 4.0<br><br>-- <br><br>