From de2f30c7d48073bedda1245c292863f2cd5da8b6 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Tue, 12 Aug 2008 15:41:48 +0000 Subject: docs/plugins/gst-plugins-bad-plugins.args: Integrate new properties into documentation. Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins.args: Integrate new properties into documentation. * ext/x264/gstx264enc.c: (gst_x264_enc_class_init), (gst_x264_enc_init), (gst_x264_enc_init_encoder), (gst_x264_enc_set_property), (gst_x264_enc_get_property): Fix up API prior to eventual plugin move. API: GstX264Enc:pass (provides more options, and changed to enum) --- docs/plugins/gst-plugins-bad-plugins.args | 104 ++++++++++++++++++++++++++++-- 1 file changed, 97 insertions(+), 7 deletions(-) (limited to 'docs/plugins') diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 71a16e47..66d015c9 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -17000,12 +17000,12 @@ GstX264Enc::pass -guint -<= 3 +GstX264EncPass + rw -Pass -Pass of multipass encoding (0=single pass; 1=first pass, 2=middle pass, 3=last pass). -0 +Encoding pass/type +Encoding pass/type. +Constant Bitrate Encoding @@ -17051,10 +17051,10 @@ GstX264Enc::threads guint -[1,4] +<= 4 rw Threads -Number of threads used by the codec. +Number of threads used by the codec (0 for automatic). 1 @@ -17088,6 +17088,96 @@ FALSE + +GstX264Enc::b-adapt +gboolean + +rw +B-Adapt +Automatically decide how many B-frames to use. +TRUE + + + +GstX264Enc::interlaced +gboolean + +rw +Interlaced +Interlaced material. +FALSE + + + +GstX264Enc::ip-factor +gfloat +[0,2] +rw +IP-Factor +Quantizer factor between I- and P-frames. +1.4 + + + +GstX264Enc::noise-reduction +guint +<= 100000 +rw +Noise Reducation +Noise reduction strength. +0 + + + +GstX264Enc::pb-factor +gfloat +[0,2] +rw +PB-Factor +Quantizer factor between P- and B-frames. +1.3 + + + +GstX264Enc::qp-max +guint +[1,51] +rw +Maximum Quantizer +Maximum quantizer. +51 + + + +GstX264Enc::qp-min +guint +[1,51] +rw +Minimum Quantizer +Minimum quantizer. +10 + + + +GstX264Enc::qp-step +guint +[1,50] +rw +Maximum Quantizer Difference +Maximum quantizer difference between frames. +4 + + + +GstX264Enc::quantizer +guint +[1,50] +rw +Constant Quantizer +Constant quantizer or quality to apply. +21 + + GstNasSink::host gchar* -- cgit v1.2.1