[gstreamer-bugs] [Bug 404743] Unable to rip a CD in Ogg Vorbis
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Feb 5 12:59:55 PST 2007
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=404743
GStreamer | gstreamer (core) | Ver: 0.10.x
Tim-Philipp Müller changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDINFO
------- Comment #1 from Tim-Philipp Müller 2007-02-05 20:58 UTC -------
> Sound Juicer could not extract this CD.
> Reason: Could not link pipeline
> ...
> Pipeline Gstreamer used by Sound-Juicer:
> audio/x-raw-int,rate=44100,channels=2 ! vorbisenc name=enc
This pipeline is wrong, the error is to be expected. vorbisenc requires inputin
audio/x-raw-float format, the application needs to insert an audioconvert
element where it might be needed.
Also, it should be ... ! vorbisenc ! oggmux ! filesink
in GStreamer-0.10
> Note 3:
> If I try to use gst-launch to encode in Ogg, I've got the following error
> message:
>
> --
> ~ $ gst-launch-0.10 filesrc location=danser.mp3 ! mad ! vorbisenc ! filesink
> location=danser.ogg
> ...
> 0:00:00.241465000 7444 0x804f1b8 ERROR GST_PIPELINE
> ./grammar.y:449:gst_parse_perform_link: impossible de connecter mad0 a
> vorbisenc0
> AVERTISSEMENT: tube erroné: impossible de connecter mad0 a vorbisenc0
Also to be expected, for the same reason. needs an audioconvert between mad and
vorbisenc. Also needs an oggmux after vorbisenc and before filesink.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list