After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 144305 - rubbish sound when transcoding to mp3
rubbish sound when transcoding to mp3
Status: VERIFIED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-06-14 07:25 UTC by Zaheer Abbas Merali
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zaheer Abbas Merali 2004-06-14 07:25:21 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
Comment 1 Zaheer Abbas Merali 2004-06-14 10:15:09 UTC
Sorry first pipeline was meant to be:

gst-launch-0.8 filesrc location=blah.ogg ! oggdemux ! vorbisdec ! audioconvert !
lame ! mad ! osssink 

Comment 2 Christian Fredrik Kalager Schaller 2004-12-21 15:10:31 UTC
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?
Comment 3 Zaheer Abbas Merali 2004-12-22 12:07:10 UTC
this works fine now.