[gstreamer-bugs] [Bug 339488] lame plugin hangs

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Apr 24 13:34:11 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=339488
 GStreamer | gst-plugins-ugly | Ver: 0.10.3





------- Comment #5 from Tim-Philipp Müller  2006-04-24 20:34 UTC -------
The .avi seems to contain 8-bit raw audio in mono with a somewhat unusual
sample rate:

/playbin0/decoder.src1: caps = audio/x-raw-int, endianness=(int)1234,
channels=(int)1, width=(int)8, depth=(int)8, signed=(boolean)false,
rate=(int)11024

Try adding an audioresample element as well:

 $ gst-launch-0.10 filesrc location="ben.avi" ! decodebin ! audioconvert !
audioresample ! lame ! filesink location="foo.mp3"


-- 
Configure bugmail: http://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