Hi, <br>I've testing the x264 encoder plugin in Windows (gst-plugins-bad 0.10.10) and 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 ! avimux ! filesink location=t.avi<br>
<br>And the error:<br>0:00:00.312500000 4068 01AABE30 ERROR x264enc .:0::<x264enc0> no ratecontrol method specified<br>0:00:00.312500000 4068 01AABE30 WARN default .:0::<x264enc0> error: Can not initialize x264 encoder.<br>
0:00:00.312500000 4068 01AABE30 INFO GST_ERROR_SYSTEM .:0::<x264enc0> posting message: Can not initialize x264 encoder.<br>0:00:00.312500000 4068 01AABE30 INFO GST_ERROR_SYSTEM .:0::<x264enc0> posting message: Can not initialize x264 encoder.<br>
0:00:00.312500000 4068 01AABE30 INFO GST_ERROR_SYSTEM .:0::<x264enc0> 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>