Git Product home page Git Product logo

Comments (6)

eibol avatar eibol commented on August 23, 2024 1

I've found no problem using those parameters in FFBatch. Just use in parameters field:

-vcodec copy -acodec aac -b:a 320k -af loudnorm=I=-16:TP=-1.5:LRA=11

Leave format blank (or set to mkv).

imagen

from ffmpeg_batch.

eibol avatar eibol commented on August 23, 2024

Hi, do you mean something like https://superuser.com/questions/323119/how-can-i-normalize-audio-using-ffmpeg

from ffmpeg_batch.

IlIiIlIIlIiIlIlIIIlI avatar IlIiIlIIlIiIlIlIIIlI commented on August 23, 2024

Hi, do you mean something like https://superuser.com/questions/323119/how-can-i-normalize-audio-using-ffmpeg

Yeah, I was able to do it via a powershell script I made, but it would be really nice if this application could do it instead and I could queue items up.

from ffmpeg_batch.

eibol avatar eibol commented on August 23, 2024

Which are the ffmpeg parameters you are using for normalization in your script?

from ffmpeg_batch.

IlIiIlIIlIiIlIlIIIlI avatar IlIiIlIIlIiIlIlIIIlI commented on August 23, 2024

This is what I used, took a few attempts, but it made the movie I was trying to watch louder / normalized like I wanted. I may be doing it wrong, but it seemed to work:

Write-Host "Normalizing the audio. This may take a few minutes..."
Start-Process -NoNewWindow -Wait -FilePath $ffmpegPath -ArgumentList "-i "$mkvFilePath" -vcodec copy -acodec aac -b:a 320k -af loudnorm=I=-16:TP=-1.5:LRA=11 "$outputFilePath""

from ffmpeg_batch.

IlIiIlIIlIiIlIlIIIlI avatar IlIiIlIIlIiIlIlIIIlI commented on August 23, 2024

Thank you!!

from ffmpeg_batch.

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.