[Bug 690130] Broken audio when transcoding webm -> wmv/wma

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 13 10:09:35 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=690130
  GStreamer | gst-libav | 1.x

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-05-13 17:09:30 UTC ---
This works fine for me in git master, git 1.0 branch, and 1.0.5 with:

   gst-launch-1.0 -v asfmux name=mux ! filesink location=foo.wmv  \
       uridecodebin uri=file:///home/tpm/690130.webm name=d  \
        d. ! queue ! videoconvert ! avenc_wmv2 ! mux.  \
        d. ! queue ! audioconvert ! avenc_wmav2 ! mux.

Does this work for you with latest git master of everything and/or latest 1.0
branch of everything?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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