GNOME Bugzilla – Bug 345305
Help for audio profile for mp3 should suggest id3v2mux instead of id3mux
Last modified: 2006-06-27 09:07:25 UTC
Documentation Section: 5.3 Selecting a Format Yellow info box about MP3 format at bottom. Set GStreamer Pipeline to audio/x-raw-int,rate=44100,channels=2 ! lame name=enc ! id3mux Correct version: Set GStreamer Pipeline to audio/x-raw-int,rate=44100,channels=2 ! lame name=enc ! id3v2mux Other information: When using id3mux, sound juicer creates only 128 byte long file with the ID3 tags, without the actual sound data. Thanks __tim from #soundjuicer for the suggestion to use id3v2mux.
If you are going to add to the documentation, could you also explain how to set the bitrate, e.g. audio/x-raw-int,rate=44100,channels=2 ! lame name=enc vbr=0 bitrate=196 ! id3v2mux
Fixed in CVS HEAD. (Though the line now runs off the edge of the window :( DocBook expertise needed.)