Re: Demux H264 video and HE-AAC audio (Edward Hervey)

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Demux H264 video and HE-AAC audio (Edward Hervey)

Dalton Cézane
I tried to run h264 video and he-aac audio in another machine with mpegtsdemux, but it did not work:

/home/dalton# gst-launch-0.10 filesrc location="GLOBO188bytes.mpg" ! mpegtsdemux name=demux demux. queue ! ffdec_h264 ! xvimagesink demux. queue ! faad ! audioconvert ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...

.....
And continues like it was in loop...

Can anyone help me?

_____________________________________________________________________________________________________

Use mpegtsdemux and not ffdemux_mpegts. The rule of thumb is : don't use
the ffmpeg demuxers (they have a rank of NONE for a reason).

  Edward


On Fri, 2009-09-18 at 16:42 -0300, Dalton C?zane wrote:
> Hi all,
> I am new at list and at the GStreamer study. I am trying to demux H264
> video and HE-AAC audio with gst-launch-0.10.
> I already succeeded just the video, without audio, with this command
> line:  gst-launch-0.10 filesrc location="GLOBO188bytes.mpg" !
> ffdemux_mpegts name=demux demux. queue ! ffdec_h264 ! xvimagesink !
> demux. queue ! faad ! audioconvert ! osssink
>
> This way, the video is displayed but the sound does not play.
> Can anyone help me? Some tip?
>
> Thanks in advance.

--
=======================================================
Dalton Cézane - Voip UFCG: 1075-2005
Mestrando em Ciência da Computação (UFCG)
Bacharel em Ciência da Computação (UFCG)
Técnico em Informática (ETER)

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Demux H264 video and HE-AAC audio (Edward Hervey)

Dalton Cézane
No one? Maybe the problem is with the he-aac decoder "faad"... does anyone suggest me another? I did not find... :(

Thanks in advance!

On Fri, Sep 25, 2009 at 6:49 PM, Dalton Cézane <[hidden email]> wrote:
I tried to run h264 video and he-aac audio in another machine with mpegtsdemux, but it did not work:

/home/dalton# gst-launch-0.10 filesrc location="GLOBO188bytes.mpg" ! mpegtsdemux name=demux demux. queue ! ffdec_h264 ! xvimagesink demux. queue ! faad ! audioconvert ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...

.....
And continues like it was in loop...

Can anyone help me?

_____________________________________________________________________________________________________

Use mpegtsdemux and not ffdemux_mpegts. The rule of thumb is : don't use
the ffmpeg demuxers (they have a rank of NONE for a reason).

  Edward


On Fri, 2009-09-18 at 16:42 -0300, Dalton C?zane wrote:
> Hi all,
> I am new at list and at the GStreamer study. I am trying to demux H264
> video and HE-AAC audio with gst-launch-0.10.
> I already succeeded just the video, without audio, with this command
> line:  gst-launch-0.10 filesrc location="GLOBO188bytes.mpg" !
> ffdemux_mpegts name=demux demux. queue ! ffdec_h264 ! xvimagesink !
> demux. queue ! faad ! audioconvert ! osssink
>
> This way, the video is displayed but the sound does not play.
> Can anyone help me? Some tip?
>
> Thanks in advance.

--
=======================================================
Dalton Cézane - Voip UFCG: 1075-2005
Mestrando em Ciência da Computação (UFCG)
Bacharel em Ciência da Computação (UFCG)
Técnico em Informática (ETER)



--
=======================================================
Dalton Cézane - Voip UFCG: 1075-2005
Mestrando em Ciência da Computação (UFCG)
Bacharel em Ciência da Computação (UFCG)
Técnico em Informática (ETER)

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Demux H264 video and HE-AAC audio (Edward Hervey)

sledge hammer
Does the file playback correctly if you use the playbin element? If not, then you should file a bug and attach your video file.
gst-launch-0.10 playbin uri=file:///"path to file" (the 3rd '/' is for the root directory)


Date: Mon, 28 Sep 2009 12:32:58 -0300
From: [hidden email]
To: [hidden email]
Subject: Re: [gst-devel] Demux H264 video and HE-AAC audio (Edward Hervey)

No one? Maybe the problem is with the he-aac decoder "faad"... does anyone suggest me another? I did not find... :(

Thanks in advance!

On Fri, Sep 25, 2009 at 6:49 PM, Dalton Cézane <[hidden email]> wrote:
I tried to run h264 video and he-aac audio in another machine with mpegtsdemux, but it did not work:

/home/dalton# gst-launch-0.10 filesrc location="GLOBO188bytes.mpg" ! mpegtsdemux name=demux demux. queue ! ffdec_h264 ! xvimagesink demux. queue ! faad ! audioconvert ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...

.....
And continues like it was in loop...

Can anyone help me?

_____________________________________________________________________________________________________

Use mpegtsdemux and not ffdemux_mpegts. The rule of thumb is : don't use
the ffmpeg demuxers (they have a rank of NONE for a reason).

  Edward


On Fri, 2009-09-18 at 16:42 -0300, Dalton C?zane wrote:
> Hi all,
> I am new at list and at the GStreamer study. I am trying to demux H264
> video and HE-AAC audio with gst-launch-0.10.
> I already succeeded just the video, without audio, with this command
> line:  gst-launch-0.10 filesrc location="GLOBO188bytes.mpg" !
> ffdemux_mpegts name=demux demux. queue ! ffdec_h264 ! xvimagesink !
> demux. queue ! faad ! audioconvert ! osssink
>
> This way, the video is displayed but the sound does not play.
> Can anyone help me? Some tip?
>
> Thanks in advance.

--
=======================================================
Dalton Cézane - Voip UFCG: 1075-2005
Mestrando em Ciência da Computação (UFCG)
Bacharel em Ciência da Computação (UFCG)
Técnico em Informática (ETER)



--
=======================================================
Dalton Cézane - Voip UFCG: 1075-2005
Mestrando em Ciência da Computação (UFCG)
Bacharel em Ciência da Computação (UFCG)
Técnico em Informática (ETER)


Σύρετε φωτογραφίες στο παράθυρο του Messenger. Δείτε πώς. Κάντε κλικ εδώ!
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel