[gst-devel] h264 playback, qtdemux issue

Michael Smith msmith at xiph.org
Thu Feb 4 18:13:05 CET 2010


On Thu, Feb 4, 2010 at 8:51 AM, na <nahmed31 at hotmail.com> wrote:
>
> Hello,
>
> I am new to gstreamer and I wanted to setup a pipeline that can playback an
> h.264 video that is encapsulated within an MP4 container.
>
> I am using the following command:
>
> gst-launch -v --gst-debug-level=2 filesrc
> location=hdv_0015_480p_384kbps_20fps.mp4 ! qtdemux ! ffdec_h264 ! ximagesink

Use xvimagesink. In general it's also a good idea to have
ffmpegcolorspace in between the decoder and the video sink in case the
decoder is outputting a format that the sink can't accept.

Mike




More information about the gstreamer-devel mailing list