no output-format property for h264parse?

Sebastian Dröge sebastian.droege at collabora.co.uk
Sat Oct 29 02:56:37 PDT 2011


On Di, 2011-10-25 at 03:11 -0700, mala wrote:
> Hi, everyone
> I got a raw h264 video clip , now I want to mux it into mp4 file with the
> following gstreamer pipeline:
> 
> gst-launch -v filesrc location=stream.h264 ! h264parse ! mp4mux ! filesink
> location=ss.mp4
> 
> the gstreamer(ver 0.10.34) report : no property output-format in element
> h264parse0, isn't this property realy exist? How can I construct a pipeline
> to do my work.

You have to set the stream-format via caps, e.g. you can add a
capsfilter downstream of h264parse that restricts the stream-format to
the one you need.

mp4mux requires the correct stream-format and alignment on it's caps
though so h264parse should already convert it automatically if needed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20111029/eb8884b1/attachment-0001.pgp>


More information about the gstreamer-devel mailing list