[gst-devel] Qt mux issue

thiagoss thiagossantos at gmail.com
Wed Apr 15 19:11:38 CEST 2009


On Wed, Apr 15, 2009 at 9:33 AM, yangsb <yangsb05 at gmail.com> wrote:

>
> Hi,
> I install the gst-plugin-bad-0.10.11.
> I want to use qtmux to mux a mov file.
> I read thiagoss's blog( http://thiagossantos.blogspot.com ) and know that
> qumux support h264 video.
> So, I use this pipeline to test:
> ###############################################
>    gst-launch-0.10   -v --gst-debug-level=2 \
>        videotestsrc ! \
>        video/x-raw-yuv,width=720,height=480,fourcc=UYVY ! \
>        x264enc !  mux. \
>        qtmux name=mux ! \
>        filesink location=/home/opensource/test.mov
> ###############################################
>
> However , the test.mov can not be played by vlc or ffmpeg or Mplayer .
> Can anyone to give me some advice ?
>

qtmux needs to receive EOS to properly finish the file, in this case, when
you stop gst-launch it simply aborts.

2 options for you:
1) In git, a new feature was included to force EOS in gst-launch (-e).
2) Use filesrc instead of videotestsrc (you can videotestsrc ! caps !
filesink and then read the file, or use some file of yours).


>
> Thanks .
> Best regards.
>
> --
> View this message in context:
> http://www.nabble.com/Qt-mux-issue-tp23057805p23057805.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>



-- 
Thiago Sousa Santos

Embedded Systems and Pervasive Computing Lab (Embedded)
Center of Electrical Engineering and Informatics (CEEI)
Federal University of Campina Grande (UFCG)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20090415/5d747a60/attachment.htm>


More information about the gstreamer-devel mailing list