GNOME Bugzilla – Bug 144305
rubbish sound when transcoding to mp3
Last modified: 2009-08-15 18:40:50 UTC
With an existing ogg file, mp3 file, or even from osssrc..it seems to be fine with gst 0.8.3 and gst-plugins 0.8.1 so looks like a regression. Try: gst-launch-0.8 filesrc location=blah.ogg ! oggdemux ! vorbisdec ! lame ! mad ! osssink gst-launch-0.8 filesrc location=blah.mp3 ! id3demux ! mad ! lame ! mad ! osssink gst-launch-0.8 osssrc ! lame ! mad ! lame ! mad ! osssink The same thing happens if u replace the last 2 elements of each pipeline with filesink location=vlah-new.mp3
Sorry first pipeline was meant to be: gst-launch-0.8 filesrc location=blah.ogg ! oggdemux ! vorbisdec ! audioconvert ! lame ! mad ! osssink
Just tested these pipelines on my machine and they work well. Can you test on your system Zaheer and verify that the problem is gone with current CVS?
this works fine now.