[x264enc] - How can i set any parameters that is supported in x264cli with gst?

pfarmer flacone at gmx.de
Wed Mar 7 02:55:10 PST 2012


There was already a question like mine (sorry):
http://gstreamer-devel.966125.n4.nabble.com/Mapping-ffmpeg-libx264-preset-options-to-x264enc-option-string-parameter-tp3032017p3032017.html

Unfortunately this did not got answered as well. 

At least the parsing of the option string at Gstreamer side should work as
in the function gst_x264_enc_parse_options in gstx264enc.c. Each parameter
is set with the x264_param_parse function declared in x264.h. Options are
split at each ":" and option name and value are split at "="; like the
ffmpeg x264opts options (http://ffmpeg.org/ffmpeg.html#libx264)

After applying  "option-string property"  "user-set options" are applied in
the gstx264enc.

So, is there a bug? Or do I still missing some understanding?


--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/x264enc-How-can-i-set-any-parameters-that-is-supported-in-x264cli-with-gst-tp4446527p4452873.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list