Git Product home page Git Product logo

Comments (4)

ftrebien avatar ftrebien commented on July 30, 2024 1

How did opusenc determine the R128_TRACK_GAIN value?

See the metadata_callback() function on lines 179 to 193.

From the RFC, decoders should add the header's output gain to R128_TRACK_GAIN or R128_ALBUM_GAIN to compute the final gain for the respective loudness normalization mode. For historical reasons, album gain is placed on the header's output gain field, and the difference between track gain and album gain is placed on the R128_TRACK_GAIN tag. This is so because listeners are generally more satisfied using album gain, an assumption that often frees a decoder from the complexity of having to support both loudness normalization modes. As a note, this is also how foobar2000 works by default.

from opus-tools.

rillian avatar rillian commented on July 30, 2024

Hi, thanks for the report.

Opus files use the EBU R128 track normalization instead of ReplayGain, so encoders are supposed to convert the track gain to the built-in lossless gain in the codec header, convert album gain tag and drop the others. The worry was that if the ReplayGain tags were propagated, players might get confused and try to apply the adjustment twice.

So some of that is as intended, although stripping the "album gain" and not "track gain" sounds wrong. Do the resulting files play with the correct levels in your player?

from opus-tools.

vlakoff avatar vlakoff commented on July 30, 2024
  • Understood about the *_PEAK tags, it's expected that they are dropped.
  • My sample input FLAC file has a REPLAYGAIN_TRACK_GAIN of -8.58 dB, the transcoded Opus file has a R128_TRACK_GAIN of 123. I haven't done the math to check the value, but I assume it's right. foobar2000 displays "RG -8.58 dB" for both files.
  • So the remaining issue is about not having a R128_ALBUM_GAIN in the output file.


How did opusenc determine the R128_TRACK_GAIN value?

  • Did it convert it from the FLAC metadata?
  • … or did it calculate it from the output Opus data?

It seems that the former is what opusenc does (because if I transcode a file without RG tags, the output has no R128_TRACK_GAIN). So, opusenc should as well convert the REPLAYGAIN_ALBUM_GAIN to R128_ALBUM_GAIN.

The latter would be the proper way to get the exact value (as the codec is lossy), though in doing so, it would be normal to not have a R128_ALBUM_GAIN, considering the tool can only take one input file at once.

from opus-tools.

vlakoff avatar vlakoff commented on July 30, 2024

See in the implementation of the metadata_callback() function:

Refs commit 892fd92

from opus-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.