Comment 6 for bug 178586

Revision history for this message
Oliver Joos (oliver-joos) wrote :

My wish exactly matches this report, so I add it here (and on bugzilla.gnome.org).

I read all those "bad MP3 VBR with soundjuicer" bugs. What I miss anyway is a simple MP3 CBR profile! To make it easier for beginners I propose:

Profilename: "MP3 128kbit/s"
GStreamer: "audio/x-raw-int,rate=44100,channels=2 ! lame name=enc bitrate=128 ! id3v2mux"

Profilename: "MP3 160kbit/s (optimal)"
GStreamer: "audio/x-raw-int,rate=44100,channels=2 ! lame name=enc bitrate=160 ! id3v2mux"

Profilename: "MP3 192kbit/s"
GStreamer: "audio/x-raw-int,rate=44100,channels=2 ! lame name=enc bitrate=192 ! id3v2mux"