<br><br><div class="gmail_quote">On Wed, Sep 1, 2010 at 1:30 AM, Gurpreet <span dir="ltr">&lt;<a href="mailto:gurpreet@tataelxsi.co.in">gurpreet@tataelxsi.co.in</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">





<div bgcolor="#ffffff" text="#000000">
Hi All..<br>
<br>
I m encoding pcm file with faac and then muxing it with ffmux_mov. I am
using this pipeline. file is being played in VLC and QT player. <br>
<br>
gst-launch filesrc blocksize=2048 
location=/home/Gurpreet/inputfilesmp4/Sample_Files/New_Folder/CH1_48000_mono_16bit.pcm
! audio/x-raw-int, channels=1, rate=48000,  width=16, depth=16,
endianness=1234, signed=true ! faac  ! aacparse !
audio/mpeg,rate=48000, channels=1, mpegversion=4, layer=3 ! ffmux_mov !
filesink location=/home/Gurpreet/outputfilesmp4/exp_mov.mov<br>
<br>
<br>
But Whenever i m setting faac property &quot;outputformat=1&quot;  ( for ADTS
Header ) then <br>
<br>
gst-launch filesrc blocksize=2048 
location=/home/Gurpreet/inputfilesmp4/Sample_Files/New_Folder/CH1_48000_mono_16bit.pcm
! audio/x-raw-int, channels=1, rate=48000,  width=16, depth=16,
endianness=1234, signed=true ! faac  outputformat=1 ! aacparse !
audio/mpeg,rate=48000, channels=1, mpegversion=4, layer=3 ! ffmux_mov !
filesink location=/home/Gurpreet/outputfilesmp4/exp_mov.mov<br>
<br>
then the generated file is being played in vlc but in QT bar is moving
but no audio is coming. what could be the error ?<br>
outputformat=0 is for RAW Aac<br>
outputformat=1 is for ADTS <br>
<br>
is this bug in ffmux_mov ? what could be the reason ?<br></div></blockquote><div><br></div><div>First, you should be using qtmux for this.</div><div><br></div><div>I *think* (big emphasis on think) quicktime doesn&#39;t support ADTS in .mov files. I remember bumping into this some months ago.</div>

<div><br></div><div>Bugs about this: <a href="https://bugzilla.gnome.org/show_bug.cgi?id=598350">https://bugzilla.gnome.org/show_bug.cgi?id=598350</a> and <a href="https://bugzilla.gnome.org/show_bug.cgi?id=604925">https://bugzilla.gnome.org/show_bug.cgi?id=604925</a></div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div bgcolor="#ffffff" text="#000000">
<br>
Thanks<br>
Gurpreet<br>
<div><br>
<h2></h2>
</div>
<font face="monospace"></font></div>

<br>------------------------------------------------------------------------------<br>
This SF.net Dev2Dev email is sponsored by:<br>
<br>
Show off your parallel programming skills.<br>
Enter the Intel(R) Threading Challenge 2010.<br>
<a href="http://p.sf.net/sfu/intel-thread-sfd" target="_blank">http://p.sf.net/sfu/intel-thread-sfd</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Thiago Sousa Santos<br>