On Samstag, 12. Juli 2008, Hanno Böck wrote:
> Am Montag 02 Juni 2008 schrieb Hanno Böck:
> > 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.
>
> This is still unfixed, please apply the patch.
Would you please test whether this works for you as well?
Index: quicktime/qth264.c
===================================================================
--- quicktime/qth264.c (revision 1060)
+++ quicktime/qth264.c (working copy)
@@ -506,6 +506,9 @@
codec = (quicktime_h264_codec_t*)codec_base->priv;
x264_param_default(&codec->param);
+#if X264_BUILD >= 48
+ codec->param.rc.i_rc_method = X264_RC_CQP;
+#endif
return codec;
_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra