Skip to content

mathos/neg23

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

#neg23 Python script to automate loudness normalization to -23 LUFS using FFmpeg for analysis and gain adjustment. Run the program with a single argument, either an audiofile or a directory, and the files will be handed to FFmpeg for EBU R128 analysis and gain adjustment. Processing, even large files, is very fast. Processed files are saved in the input directory (in a subfolder called neg23.) Correct usage:

$ neg23 somefile.wav
$ neg23 /directory/for/batch/processing/

setup

$ chmod +x neg23.py
$ cp neg23.py /usr/bin/neg23

You should have FFmpeg installed on your machine. Tested with FFmpeg v2.1.1.

$ brew install ffmpeg

About

Python script to automate EBU R128 loudness normalization (to -23 LUFS). Uses FFmpeg.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%