Sven Arvidsson <[EMAIL PROTECTED]> writes: > On Thu, 2008-11-06 at 22:41 +0100, Olivier Berger wrote: >> $ dpkg -l gstreamer0.10-lame >> ... 0.10.9-0.0 ... >> >> $ dpkg -l gnome-media-common >> ... 2.22.0-3 ... > > Same versions here... > >> > What is the pipeline used to encode the mp3? >> > Try "gconftool-2 -g >> > /system/gstreamer/0.10/audio/profiles/mp3/pipeline" >> >> $ gconftool-2 -g /system/gstreamer/0.10/audio/profiles/mp3/pipeline >> audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr-quality=6 ! >> id3v2mux >> >> > If you have created your own audio profile for mp3, substitute it in the >> > example above. >> > >> >> Uh... and how should I know if/how it would be named ? >> >> Is this documented somewhere ? > > Right, the pipeline above is the default one for mp3, provided by > gnome-media, but as it wasn't always shipped in the package it's > possible that you have created one manually. >
I guess so... maybe because I had needed it before... > Check which profile Rhythmbox is set up to use, either through the > preferences or with gconf: > > gconftool-2 -g /apps/rhythmbox/library_preferred_format > [EMAIL PROTECTED]@@169@@[EMAIL PROTECTED]@44@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED] Which stands for "Qualité CD, avec perte MP3" (I'm with french locale) with this pipeline : audio/x-raw-int,rate=44100,channels=2 ! lame name=enc I guess it corresponds to : $ gconftool-2 -g /system/gstreamer/0.10/audio/profiles/[EMAIL PROTECTED]@@169@@[EMAIL PROTECTED]@44@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]/pipeline audio/x-raw-int,rate=44100,channels=2 ! lame name=enc Cool, I make progress ;) > Profiles are stored in gconf, you can list them like this: > > gconftool-2 --all-dirs /system/gstreamer/0.10/audio/profiles > /system/gstreamer/0.10/audio/profiles/[EMAIL PROTECTED]@@169@@[EMAIL PROTECTED]@44@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED] /system/gstreamer/0.10/audio/profiles/voicelossless /system/gstreamer/0.10/audio/profiles/cdlossless /system/gstreamer/0.10/audio/profiles/aac /system/gstreamer/0.10/audio/profiles/cdlossy /system/gstreamer/0.10/audio/profiles/voicelossy /system/gstreamer/0.10/audio/profiles/mp3 I guess I'm missing the id3v2mux from the default mp3 profile, then ... So I should probably remove my one [EMAIL PROTECTED]@@169@@[EMAIL PROTECTED]@44@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED] setting and try again ? Unless it doesn't seem to let me remove it from the preferences inside rhytmbox :( Any suggestion for a gconftool cmdline ? Thanks in advance. -- Olivier BERGER (OpenPGP: 1024D/B4C5F37F) http://www.olivierberger.com/weblog/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]