2019-01-11 5:43 GMT+01:00, Li, Zhong <[email protected]>: >> Which libx264 option is / can be hidden? > This one: > #if X264_BUILD >= 144 > { "autovariance-biased", "Auto-variance AQ with bias to dark scenes", 0, > AV_OPT_TYPE_CONST, {.i64 = X264_AQ_AUTOVARIANCE_BIASED}, INT_MIN, INT_MAX, > VE, "aq_mode" }, > #endif
This seems a little different to me: It is not an option but only a parameter and it needs a constant from the header for compilation. Carl Eugen _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
