Skip to content

danrossi/loudness-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#loudness-cli Python script to analyze loudness of audio and video files with returned data to be used in programs. Gain adjustment calculated to the target LUFS of -16 by default for web. using FFmpeg for analysis and gain adjustment. Run the program with a single argument to video or audio file. The file will be handed to FFmpeg for EBU R128 analysis and loudness stats returned with a gain adjustment value. Correct usage:

$ loudness-cli -i /path/to/file.mp4 -s 0 -t -16

Where -i is the input file, -s is the audio stream index, -t is the target LUFS. -i is the only required argument.

This file is based on Neg23 however it doesn't do gain adjustments on files, just returns stats data for later processing. Intending on loudness specifications for audio and video players.

About

Loudness Analysis Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages