GNOME Bugzilla – Bug 783060
aacparse cant convert raw to adts
Last modified: 2017-05-24 21:16:49 UTC
this don't work gst-launch-1.0 audiotestsrc ! 'audio/x-raw, format=S16LE, rate=48000, channels=2' ! fdkaacenc ! 'audio/mpeg, stream-format=raw' ! aacparse disable-passthrough=true ! 'audio/mpeg, stream-format=adts' ! mpegtsmux ! filesink location="test.ts" and this work fine gst-launch-1.0 audiotestsrc ! 'audio/x-raw, format=S16LE, rate=48000, channels=2' ! fdkaacenc ! 'audio/mpeg, stream-format=adts' ! aacparse disable-passthrough=true ! 'audio/mpeg, stream-format=adts' ! mpegtsmux ! filesink location="test.ts"
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 615740 ***