<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Hi All..<br>
<br>
I m encoding pcm file with faac and then muxing it with qtmux. I am
using this pipeline. file is being played in VLC and QT player. <br>
<br>
gst-launch filesrc blocksize=2048&nbsp;
location=/home/Gurpreet/inputfilesmp4/Sample_Files/New_Folder/CH1_48000_mono_16bit.pcm
! audio/x-raw-int, channels=1, rate=48000,&nbsp; width=16, depth=16,
endianness=1234, signed=true ! faac&nbsp; ! aacparse !
audio/mpeg,rate=48000, channels=1, mpegversion=4, layer=3 ! qtmux !
filesink location=/home/Gurpreet/outputfilesmp4/exp_mov.mov<br>
<br>
<br>
But Whenever i m setting faac property "outputformat=1"&nbsp; ( for ADTS
Header ) then <br>
<br>
gst-launch filesrc blocksize=2048&nbsp;
location=/home/Gurpreet/inputfilesmp4/Sample_Files/New_Folder/CH1_48000_mono_16bit.pcm
! audio/x-raw-int, channels=1, rate=48000,&nbsp; width=16, depth=16,
endianness=1234, signed=true ! faac&nbsp; outputformat=1 ! aacparse !
audio/mpeg,rate=48000, channels=1, mpegversion=4, layer=3 ! qtmux !
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 qtmux ? what could be the reason ?<br>
<br>
instead of that if i m reading aac (RAW) file with filesrc and then
passing it to qtmux&nbsp; then mov file is being played in vlc as well as in
quicktime.<br>
but if i m reading aac (ADTS) file with filesrc then passing it to
qtmux then mov file is playing fine in vlc player but in qt,,bar is
moving but no audio is coming..<br>
<br>
where is the problem ?? in qtmux or quicktime doesnot support adts file
in mov container.<br>
<br>
Thanks<br>
Gurpreet<br>
<div class="moz-signature"><br>
</div>
<br>
<div class="moz-signature">-- <br>
<font color="gray" face="Candara" size="4"><i>
<p>Gurpreet Singh<br>
Tata Elxsi Ltd.<br>
Bangalore<br>
+91-8022984127<br>
+91-9019219511<br>
</p>
</i></font>
<font color="darkred" face="Monotype Corsiva"></font>
<h2><font color="darkred" face="Monotype Corsiva"> Rabba Mehar Kari Asi
Ud-de Aasre Tere </font></h2>
<h2></h2>
</div>
<font face="monospace"></font></body>
</html>