Merge lp:~cjcurran/gnome-media/quality-mp3-ripping-change into lp:gnome-media

Proposed by Conor Curran
Status: Needs review
Proposed branch: lp:~cjcurran/gnome-media/quality-mp3-ripping-change
Merge into: lp:gnome-media
Diff against target: 12 lines (+1/-1)
1 file modified
profiles/gnome-audio-profiles.schemas.in.in (+1/-1)
To merge this branch: bzr merge lp:~cjcurran/gnome-media/quality-mp3-ripping-change
Reviewer Review Type Date Requested Status
VCS imports Pending
Review via email: mp+21658@code.launchpad.net

Description of the change

Changed the default MP3 variable bitrate from quality 6 (128 kbsec) to 1 (225 kbsec).
More profiles are needed but it seems there is some work needed to tidy up what this user pattern...

To post a comment you must log in.
4326. By Conor Curran

changed the default vbr quality setting to 1 (which means a bit rate of 225 as opposed to 128)

Unmerged revisions

4326. By Conor Curran

changed the default vbr quality setting to 1 (which means a bit rate of 225 as opposed to 128)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'profiles/gnome-audio-profiles.schemas.in.in'
2--- profiles/gnome-audio-profiles.schemas.in.in 2008-12-14 21:04:54 +0000
3+++ profiles/gnome-audio-profiles.schemas.in.in 2010-03-18 18:19:27 +0000
4@@ -496,7 +496,7 @@
5 <applyto>/system/gstreamer/@GST_MAJORMINOR@/audio/profiles/mp3/pipeline</applyto>
6 <owner>gnome-media</owner>
7 <type>string</type>
8- <default>audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr-quality=6 ! id3v2mux</default>
9+ <default>audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr-quality=1 ! id3v2mux</default>
10 <locale name="C">
11 <short>The partial GStreamer pipeline used</short>
12 <long>

Subscribers

People subscribed via source and target branches

to all changes: