Latest x264 doesn't set the ratecontrol method to any default, thus the application has to set it. Attached is a patch from Alexis Ballier (from the Gentoo Package) to workaround this.
-- Hanno Böck Blog: http://www.hboeck.de/ GPG: 3DBD3B20 Jabber/Mail: [EMAIL PROTECTED]
Index: cinelerra-cvs/quicktime/qth264.c =================================================================== --- cinelerra-cvs.orig/quicktime/qth264.c +++ cinelerra-cvs/quicktime/qth264.c @@ -506,6 +506,7 @@ static quicktime_h264_codec_t* init_comm codec = (quicktime_h264_codec_t*)codec_base->priv; x264_param_default(&codec->param); + codec->param.rc.i_rc_method = X264_RC_CQP; return codec;
signature.asc
Description: This is a digitally signed message part.
