After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 345305 - Help for audio profile for mp3 should suggest id3v2mux instead of id3mux
Help for audio profile for mp3 should suggest id3v2mux instead of id3mux
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: docs
2.14.x
Other All
: Normal minor
: ---
Assigned To: Maintainers of Gnome user documentation
Maintainers of Gnome user documentation
Depends on:
Blocks:
 
 
Reported: 2006-06-19 12:04 UTC by Robert T.
Modified: 2006-06-27 09:07 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Robert T. 2006-06-19 12:04:22 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.
Comment 1 Peter 2006-06-24 09:04:51 UTC
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
Comment 2 Joachim Noreiko 2006-06-27 09:07:25 UTC
Fixed in CVS HEAD.

(Though the line now runs off the edge of the window :( DocBook expertise needed.)