<p dir="ltr">Is there any parameter I have to set? Cause today I've tried some ways I knew. But with no luck.</p>
<p dir="ltr">Thx,<br>
AlexB</p>
<div class="gmail_quote">On May 5, 2016 11:29 PM, "Sebastian Dröge" <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Do, 2016-05-05 at 20:33 +0300, Alex Bolotin wrote:<br>
> Hi,<br>
><br>
> I know that I could use a pipeline that decodes audio, converts it<br>
> into something I need, but I'm curious if there is a way to do it<br>
> without decodeing/encoding.<br>
<br>
You can't convert MP3 to AAC or the other way around without<br>
reencoding. The formats are too different.<br>
<br>
> I wonder if gstreamer can do smth like ffmpeg is capable of - ffmpeg<br>
> -i 1.ts -c copy -bsf:a aac_adtstoasc -y output.mp4<br>
<br>
That ffmpeg command is not converting MP3 to AAC without reencoding.<br>
What it does is to convert MPEG2/4 ADTS AAC to raw MPEG4 AAC with the<br>
configuration box required by MP4.<br>
<br>
In GStreamer, the aacparse element would do that.<br>
<br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
<br>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div>