ffdemux_aac

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

ffdemux_aac

Pankaj Sen
Hi All,
 
I want to use a chain like
 
gst-launch-0.10 filesrc location=filename1.aac ! ffdemux_aac ! ffdec_aac ! alsasink.
 
But ffdemux_aac is not present.
 
Is there any other demuxer which can be used.
 
Thanks & Regards,
Pankaj

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: ffdemux_aac

fabioestevam
--- On Mon, 8/4/08, Pankaj Sen <[hidden email]> wrote:
> I want to use a chain like
>
> gst-launch-0.10 filesrc location=filename1.aac !
> ffdemux_aac ! ffdec_aac !
> alsasink.
>
> But ffdemux_aac is not present.
>
> Is there any other demuxer which can be used.

I use the following:
gst-launch-0.10 playbin uri="file:///home/file.aac"

Regards,

Fabio Estevam


     

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: ffdemux_aac

Stefan Sauer
In reply to this post by Pankaj Sen
hi,

aac is usualy in a mp4/3gp container, use "qtdemux" for it. There is not
aac-bitstream parser available yet.

Stefan

Pankaj Sen schrieb:

> Hi All,
>  
> I want to use a chain like
>  
> gst-launch-0.10 filesrc location=filename1.aac ! ffdemux_aac !
> ffdec_aac ! alsasink.
>  
> But ffdemux_aac is not present.
>  
> Is there any other demuxer which can be used.
>  
> Thanks & Regards,
> Pankaj
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>  


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: ffdemux_aac

Nie Jun
You can try faad decoder, it can handle id3 header and some common AAC
stream header.
gst-launch-0.10 filesrc location=filename1.aac ! faad ! alsasink

2008/8/4 Stefan Kost <[hidden email]>:

> hi,
>
> aac is usualy in a mp4/3gp container, use "qtdemux" for it. There is not
> aac-bitstream parser available yet.
>
> Stefan
>
> Pankaj Sen schrieb:
>> Hi All,
>>
>> I want to use a chain like
>>
>> gst-launch-0.10 filesrc location=filename1.aac ! ffdemux_aac !
>> ffdec_aac ! alsasink.
>>
>> But ffdemux_aac is not present.
>>
>> Is there any other demuxer which can be used.
>>
>> Thanks & Regards,
>> Pankaj
>> ------------------------------------------------------------------------
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel