Hi, <br>I&#39;ve testing the x264 encoder plugin in Windows (gst-plugins-bad 0.10.10) and&nbsp; I always get an error complaining about no ratecontrol method specified. <br><br>The pipeline used is:<br>gst-launch-0.10.exe -v videotestsrc ! x264enc&nbsp; ! avimux ! filesink location=t.avi<br>
<br>And the error:<br>0:00:00.312500000&nbsp; 4068&nbsp;&nbsp; 01AABE30 ERROR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x264enc .:0::&lt;x264enc0&gt; no ratecontrol method specified<br>0:00:00.312500000&nbsp; 4068&nbsp;&nbsp; 01AABE30 WARN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default .:0::&lt;x264enc0&gt; error: Can not initialize x264 encoder.<br>
0:00:00.312500000&nbsp; 4068&nbsp;&nbsp; 01AABE30 INFO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GST_ERROR_SYSTEM .:0::&lt;x264enc0&gt; posting message: Can not initialize x264 encoder.<br>0:00:00.312500000&nbsp; 4068&nbsp;&nbsp; 01AABE30 INFO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GST_ERROR_SYSTEM .:0::&lt;x264enc0&gt; posting message: Can not initialize x264 encoder.<br>
0:00:00.312500000&nbsp; 4068&nbsp;&nbsp; 01AABE30 INFO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GST_ERROR_SYSTEM .:0::&lt;x264enc0&gt; posted error message: Can not initialize x264 encoder.<br>ERROR: from element /GstPipeline:pipeline0/GstX264Enc:x264enc0: Can not initialize x264 encoder.<br>
Additional debug info:<br>..\..\ext\x264\gstx264enc.c(620): gst_x264_enc_init_encoder (): /GstPipeline:pipeline0/GstX264Enc:x264enc0<br><br><br>Does any one knows what can be wrong?<br><br>