Sound Juicer "Bonnie and Clyde" 2.26.1
Sound Juicer "Bonnie and Clyde" 2.26.1 has been released. Tarballs are available on burtonini.com, or from the GNOME FTP servers. Some crashes have been fixes:
- Read the track artist instead of album artist in Musicbrain3
- Don't crash if the release date is unknown
- Read tracks when falling back to gvfs
Finally, a call for someone with deep LAME knowledge. The GStreamer LAME element is, well, lame because it sets a number of properties to default values that make it very difficult for LAME to work well. Someone who understands how all of the LAME settings operate needs to sit down, vet the settings and remove the pointless ones, unset most of the rest, leaving the 'preset' setting as the only one which has a default value. At the moment there are many contradictory default settings which mean LAME produces rather badly encoded files. Any takers?
There...simple! I want to see that UI in soundjuicer immediately.
Follow this http://bugzilla.gnome.org/show_bug.cgi?id=498004 to know what is wrong with gstreamer and lame. Some how even with the bug fix in the end Ubuntu Jaunty 9.04 still has this problem. So I fixed it with the options (available in the bug report):
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc quality=3 vbr=4
preset=1001 vbr-min-bitrate=32 vbr-max-bitrate=320 ! xingmux ! id3v2mux
in "CD Quality, MP3 (.mp3 type)" giving a result like "--preset standard":)
http://lame.cvs.sourceforge.net/checkout/lame/lame/doc/html/presets.html
I have been tweaking Sound Juicer to use these presets for some time now. It works brilliantly and the quality is assured. See the link below for how query gstreamer and configure Sound Juicer.
http://wiki.flexion.org/GnomeMP3EncodingProfile.html