Giter VIP home page Giter VIP logo

Comments (6)

Corruptsmurf avatar Corruptsmurf commented on August 17, 2024

I also changed the ' ' marks to " " in the second syntax example and ran it again. That resulted in the first error again ('FL' is not recognized...)

from ffmpeg-normalize.

slhck avatar slhck commented on August 17, 2024

Not on a computer right now, so I can only guess, but you're going to want to use the "pre filter" or "post filter" options instead of the "extra" option. You cannot override the entire filter chain, since that is what ffmpeg-normalize will be using for its internal processing.

Regarding the pipe symbol, you may have to escape that with a backslash, since otherwise it may be interpreted as piping the output to another command.

from ffmpeg-normalize.

slhck avatar slhck commented on August 17, 2024

See here for some examples of pre filtering: https://github.com/slhck/ffmpeg-normalize/wiki/examples#filters

from ffmpeg-normalize.

slhck avatar slhck commented on August 17, 2024

For that, use the --extra-output-options option. The audio channel option in ffmpeg is not a filter, so it needs to be applied to the output file and cannot be used in the pre-filter list of filters.

from ffmpeg-normalize.

slhck avatar slhck commented on August 17, 2024

That should be the same. You can downmix in ffmpeg-normalize, too.

from ffmpeg-normalize.

slhck avatar slhck commented on August 17, 2024

I would recommend to downmix first just using ffmpeg, then use ffmpeg-normalize to perform normalization on the stereo file.

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.