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 171124 - Request: Add support for the normalize plugin
Request: Add support for the normalize plugin
Status: RESOLVED DUPLICATE of bug 127574
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.8
Other All
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-21 17:55 UTC by Sebastian
Modified: 2005-03-25 21:26 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Sebastian 2005-03-21 17:55:18 UTC
Hello all!

Whenever I share some mp3s with my friends I get mp3s which are louder or calmer
than the others I already have. Using xmms I was able to solve the problem. At
http://www.cs.columbia.edu/~cvaill/normalize you can get the normalize software
which can be compiled with xmms support. 
Now, you can use normalize -b --id3-compat *.mp3 in an album directory and
normalize will keep the difference in volume each song has relative to the
others which keeps the dynamic, but also the relative volume is
increased/decreased to a certain level. This is a lossless procedure, because
normalize only adds the increase/decrease to the id3tag but doesn't reencode the
file. So normally you'd consider this ideal. But programs usually don't have the
abbility to read and use the added tag. 
While building normalize with xmms support it will also compile and install a
plugin for xmms. If activated in xmms' properties it will use the added tags to
increase / decrease volume to the proper level.

I'd like to have the chance to use this with gstreamer, too. Is it possible for
you to add this feature as a plugin or to expand the capacity of gst-plugins-mad
regarding this feature?

Greetings

Sebastian
Comment 1 Ronald Bultje 2005-03-21 18:17:07 UTC
Isn't this what replay-gain is used for? We already support that, mostly.

/me is rather ignorant about all those audio details...
Comment 2 Ronald Bultje 2005-03-25 21:26:40 UTC

*** This bug has been marked as a duplicate of 127574 ***