GNOME Bugzilla – Bug 690130
Broken audio when transcoding webm -> wmv/wma
Last modified: 2017-03-30 12:12:26 UTC
Created attachment 231420 [details] transcoded Sounds interesting but is wrong. See attached samples. It seemed to work before I updated gst-libav to cb9e40ff4c78014a336b77bd2b142e12758106ef, but I might be wrong. Transcoding was done like in example attached to bug 689398
Created attachment 231421 [details] original
This works fine here: gst-launch-1.0 audiotestsrc ! vorbisenc ! vorbisdec ! avenc_wmav2 ! avdec_wmav2 ! pulsesink Could you attach a testcase for this?
Just take https://bugzilla.gnome.org/attachment.cgi?id=230368
Testcase linked
Did I mention that this used to work with 0.10?
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?
Yes it does, but did you try the encodebin sample linked from comment 3?
Tested with 1.4, I still get broken audio when using encodebin-based sample from attachment 230368 [details]
Source file taken from http://video.webmfiles.org/big-buck-bunny_trailer.webm
Works with 1.8.3