[Bug 115541] Re: Converting ogg to mp3 for sansa

2007-05-20 Thread richcoosa19
Nevermind it's not fixed, the pipeline is putting a v2.4 ID3 tag on the mp3 and I need a v1.1 or a basic v2.3 at a maximum. Sebastien, I found the gstreamer pipeline from here: http://ubuntuforums.org/showthread.php?t=427054highlight=id3mux ** Summary changed: - FIXED!!! - Converting ogg to

[Bug 115541] Re: Converting ogg to mp3 for sansa

2007-05-20 Thread Sebastien Bacher
the documentation is not from the distribution, not an Ubuntu bug. The tag format request has already other bugs open ** Changed in: rhythmbox (Ubuntu) Status: Needs Info = Rejected -- Converting ogg to mp3 for sansa https://bugs.launchpad.net/bugs/115541 You received this bug

Re: [Bug 115541] Re: Converting ogg to mp3 for sansa

2007-05-20 Thread richcoosa19
Ok, then this gstreamer pipeline is from the SoundJuicer documentation on how to encode from a CD to MP3 with lame: audio/x-raw-int,rate=44100,channels=2 ! lame name=enc vbr=0 bitrate=192 ! id3v2mux But you are right the tag format already has bugs open, I just wanted to let you know it was in

[Bug 115541] Re: Converting ogg to mp3 for sansa

2007-05-20 Thread richcoosa19
Fixed with this: audio/x-raw-int,rate=44100,channels=2 ! lame name=enc vbr=0 bitrate=160 ! id3mux name=tag v2-tag=false v1-tag=true -- Converting ogg to mp3 for sansa https://bugs.launchpad.net/bugs/115541 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 115541] Re: Converting ogg to mp3 for sansa

2007-05-19 Thread richcoosa19
I changed the gnome-audio-profiles-properties mp3 property from: audio/x-raw-int,rate=44100,channels=2 ! lame name=enc to: audio/x-raw-int,rate=44100,channels=2 ! lame name=enc ! id3mux FIXED!!! -- Converting ogg to mp3 for sansa https://bugs.launchpad.net/bugs/115541 You received this bug

[Bug 115541] Re: Converting ogg to mp3 for sansa

2007-05-18 Thread richcoosa19
** Attachment added: Dependencies.txt http://librarian.launchpad.net/7709422/Dependencies.txt ** Attachment added: ProcMaps.txt http://librarian.launchpad.net/7709423/ProcMaps.txt ** Attachment added: ProcStatus.txt http://librarian.launchpad.net/7709424/ProcStatus.txt -- Converting