[Bug 783060] New: aacparse cant convert raw to adts

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 24 21:06:56 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=783060

            Bug ID: 783060
           Summary: aacparse cant convert raw to adts
    Classification: Platform
           Product: GStreamer
           Version: 1.12.0
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: xlazom00 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

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"

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list