Giter VIP home page Giter VIP logo

Comments (1)

slhck avatar slhck commented on July 17, 2024 2

In principle, you can ignore the warning and let the algorithm perform the normalization with dynamic mode. If the results sound okay to you, then it's fine. This will perform “compression” on the input signal to reach the target loudness, thus avoiding large volume jumps.

For other cases, i.e. to preserve the dynamic range and just shift the loudness, users want linear mode. For this, the settings have to be chosen such that the target loudness range is equal to or larger than the input loudness range. That's why there's a warning, because the filter chooses its mode implicitly — and it's not always clear when this happens.

If you want linear mode (which I think you don't, according to your use case), to increase the target loudness range to the input loudness range (i.e., to avoid normalization with dynamic mode), you can pass the --keep-lra-above-loudness-range-target option. This will always automatically set the target loudness range to the input's loudness range to avoid reverting to dynamic mode.

PS: Over time, options have become more complex to handle special cases that are not directly covered by the filter. If you have a suggestion on how to make these warnings or the README more user-friendly, please let me know (or propose a PR).

from ffmpeg-normalize.

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.